Skip to content

Commit

Permalink
Bump test dependencies (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored May 16, 2022
1 parent 0eaf56d commit 2aa001d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 30 deletions.
18 changes: 9 additions & 9 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# pip-compile --extra=test --output-file=constraints.txt setup.cfg
#
attrs==21.2.0
attrs==21.4.0
# via pytest
click==8.0.3
click==8.1.3
# via pip-tools
commonmark==0.9.1
# via pytest-markdown
coverage==6.2
coverage==6.3.3
# via ansible-compat (setup.cfg)
flaky==3.7.0
# via ansible-compat (setup.cfg)
iniconfig==1.1.1
# via pytest
more-itertools==8.12.0
more-itertools==8.13.0
# via pytest-plus
packaging==21.3
# via pytest
pep517==0.12.0
# via pip-tools
pip-tools==6.5.1
pip-tools==6.6.1
# via ansible-compat (setup.cfg)
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.6
pyparsing==3.0.9
# via packaging
pytest==6.2.5
# via
Expand All @@ -38,7 +38,7 @@ pytest==6.2.5
# pytest-plus
pytest-markdown==1.0.2
# via ansible-compat (setup.cfg)
pytest-mock==3.6.1
pytest-mock==3.7.0
# via ansible-compat (setup.cfg)
pytest-plus==0.2
# via ansible-compat (setup.cfg)
Expand All @@ -48,9 +48,9 @@ subprocess-tee==0.3.5
# via ansible-compat (setup.cfg)
toml==0.10.2
# via pytest
tomli==1.2.2
tomli==2.0.1
# via pep517
wheel==0.37.0
wheel==0.37.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
45 changes: 24 additions & 21 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@
#
alabaster==0.7.12
# via sphinx
ansible-pygments==0.1.0
ansible-pygments==0.1.1
# via sphinx-ansible-theme
argh==0.26.2
# via sphinx-autobuild
attrs==21.2.0
# via markdown-it-py
babel==2.9.1
babel==2.10.1
# via sphinx
certifi==2021.10.8
# via requests
charset-normalizer==2.0.8
charset-normalizer==2.0.12
# via requests
docutils==0.17.1
# via
Expand All @@ -27,54 +25,58 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
jinja2==3.0.3
importlib-metadata==4.11.3
# via sphinx
jinja2==3.1.2
# via
# myst-parser
# sphinx
livereload==2.6.3
# via sphinx-autobuild
markdown-it-py==1.1.0
markdown-it-py==2.1.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==2.0.1
markupsafe==2.1.1
# via jinja2
mdit-py-plugins==0.2.8
mdit-py-plugins==0.3.0
# via myst-parser
myst-parser==0.15.2
mdurl==0.1.1
# via markdown-it-py
myst-parser==0.17.2
# via -r docs/requirements.in
packaging==21.3
# via sphinx
pathtools==0.1.2
# via sphinx-autobuild
port-for==0.3.1
# via sphinx-autobuild
pygments==2.10.0
pygments==2.12.0
# via
# ansible-pygments
# sphinx
pyparsing==3.0.6
pyparsing==3.0.9
# via packaging
pytz==2021.3
pytz==2022.1
# via babel
pyyaml==6.0
# via
# ansible-compat (setup.cfg)
# myst-parser
# sphinx-autobuild
requests==2.26.0
requests==2.27.1
# via sphinx
six==1.16.0
# via livereload
snowballstemmer==2.2.0
# via sphinx
sphinx==4.3.1
sphinx==4.5.0
# via
# -r docs/requirements.in
# myst-parser
# sphinx-ansible-theme
# sphinx-rtd-theme
sphinx-ansible-theme==0.8.0
sphinx-ansible-theme==0.9.1
# via -r docs/requirements.in
sphinx-autobuild==0.7.1
# via -r docs/requirements.in
Expand All @@ -98,10 +100,11 @@ tornado==6.1
# via
# livereload
# sphinx-autobuild
urllib3==1.26.7
typing-extensions==4.2.0
# via myst-parser
urllib3==1.26.9
# via requests
watchdog==2.1.6
watchdog==2.1.8
# via sphinx-autobuild

# The following packages are considered to be unsafe in a requirements file:
# setuptools
zipp==3.8.0
# via importlib-metadata

0 comments on commit 2aa001d

Please sign in to comment.