Skip to content

Commit

Permalink
Bump test dependencies (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 23, 2022
1 parent 6be53f1 commit 7e23139
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ ansible-pygments==0.1.1
# via sphinx-ansible-theme
argh==0.26.2
# via sphinx-autobuild
attrs==21.4.0
attrs==22.1.0
# via
# jsonschema
# pytest
babel==2.10.1
babel==2.10.3
# via sphinx
build==0.8.0
# via pip-tools
certifi==2022.5.18.1
certifi==2022.9.14
# via requests
charset-normalizer==2.0.12
charset-normalizer==2.1.1
# via requests
click==8.1.3
# via pip-tools
commonmark==0.9.1
# via pytest-markdown
coverage==6.3.3
coverage==6.4.4
# via ansible-compat (setup.cfg)
docutils==0.17.1
# via
Expand All @@ -35,19 +35,19 @@ docutils==0.17.1
# sphinx-rtd-theme
flaky==3.7.0
# via ansible-compat (setup.cfg)
idna==3.3
idna==3.4
# via requests
imagesize==1.3.0
imagesize==1.4.1
# via sphinx
importlib-metadata==4.11.3
importlib-metadata==4.12.0
# via sphinx
iniconfig==1.1.1
# via pytest
jinja2==3.1.2
# via
# myst-parser
# sphinx
jsonschema==4.6.0
jsonschema==4.16.0
# via ansible-compat (setup.cfg)
livereload==2.6.3
# via sphinx-autobuild
Expand All @@ -59,11 +59,11 @@ markupsafe==2.1.1
# via jinja2
mdit-py-plugins==0.3.0
# via myst-parser
mdurl==0.1.1
mdurl==0.1.2
# via markdown-it-py
more-itertools==8.13.0
more-itertools==8.14.0
# via pytest-plus
myst-parser==0.17.2
myst-parser==0.18.0
# via ansible-compat (setup.cfg)
packaging==21.3
# via
Expand All @@ -72,7 +72,7 @@ packaging==21.3
# sphinx
pathtools==0.1.2
# via sphinx-autobuild
pep517==0.12.0
pep517==0.13.0
# via build
pip-tools==6.8.0
# via ansible-compat (setup.cfg)
Expand All @@ -82,7 +82,7 @@ port-for==0.3.1
# via sphinx-autobuild
py==1.11.0
# via pytest
pygments==2.12.0
pygments==2.13.0
# via
# ansible-pygments
# sphinx
Expand All @@ -98,18 +98,18 @@ pytest==6.2.5
# pytest-plus
pytest-markdown==1.0.2
# via ansible-compat (setup.cfg)
pytest-mock==3.7.0
pytest-mock==3.8.2
# via ansible-compat (setup.cfg)
pytest-plus==0.2
# via ansible-compat (setup.cfg)
pytz==2022.1
pytz==2022.2.1
# via babel
pyyaml==6.0
# via
# ansible-compat (setup.cfg)
# myst-parser
# sphinx-autobuild
requests==2.27.1
requests==2.28.1
# via sphinx
six==1.16.0
# via livereload
Expand Down Expand Up @@ -147,19 +147,19 @@ tomli==2.0.1
# via
# build
# pep517
tornado==6.1
tornado==6.2
# via
# livereload
# sphinx-autobuild
typing-extensions==4.2.0
typing-extensions==4.3.0
# via myst-parser
urllib3==1.26.9
urllib3==1.26.12
# via requests
watchdog==2.1.8
watchdog==2.1.9
# via sphinx-autobuild
wheel==0.37.1
# via pip-tools
zipp==3.8.0
zipp==3.8.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 7e23139

Please sign in to comment.