Skip to content

Commit

Permalink
Update test dependencies (#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 25, 2022
1 parent ce526bd commit c8a6871
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
31 changes: 15 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
alabaster==0.7.12
ansible-compat==2.2.1
ansible-pygments==0.1.1
astroid==2.12.10
astroid==2.12.12
attrs==22.1.0
babel==2.10.3
black==22.8.0
black==22.10.0
bracex==2.3.post1
certifi==2022.9.24
cffi==1.15.1
Expand All @@ -20,8 +20,9 @@ commonmark==0.9.1
coverage==6.5.0
coverage-enable-subprocess==1.0
cryptography==38.0.1
dill==0.3.5.1
dill==0.3.6
docutils==0.17.1
exceptiongroup==1.0.0rc9
execnet==1.9.0
filelock==3.8.0
flake8==5.0.4
Expand All @@ -40,38 +41,36 @@ markupsafe==2.1.1
mccabe==0.7.0
mdit-py-plugins==0.3.1
mdurl==0.1.2
more-itertools==8.14.0
more-itertools==9.0.0
mypy==0.982
mypy-extensions==0.4.3
myst-parser==0.18.1
packaging==21.3
pathspec==0.10.1
pbr==5.10.0
pbr==5.11.0
pipdeptree==2.3.1
platformdirs==2.5.2
pluggy==1.0.0
psutil==5.9.2
py==1.11.0
psutil==5.9.3
pycodestyle==2.9.1
pycparser==2.21
pyflakes==2.5.0
pygments==2.13.0
pylint==2.15.3
pylint==2.15.5
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.1.3
pytest-forked==1.4.0
pytest==7.2.0
pytest-plus==0.2
pytest-xdist==2.5.0
pytz==2022.4
pytest-xdist==3.0.2
pytz==2022.5
pyyaml==6.0
requests==2.28.1
resolvelib==0.8.1
rich==12.6.0
ruamel-yaml==0.17.21
ruamel-yaml-clib==0.2.6
ruamel-yaml-clib==0.2.7
snowballstemmer==2.2.0
sphinx==5.2.3
sphinx==5.3.0
sphinx-ansible-theme==0.9.1
sphinx-rtd-theme==1.0.0
sphinxcontrib-apidoc==0.3.0
Expand All @@ -85,12 +84,12 @@ sphinxcontrib-serializinghtml==1.1.5
subprocess-tee==0.3.5
tomli==2.0.1
tomlkit==0.11.5
typing-extensions==4.3.0
typing-extensions==4.4.0
urllib3==1.26.12
wcmatch==8.4.1
wrapt==1.14.1
yamllint==1.28.0
zipp==3.8.1
zipp==3.10.0

# The following packages are considered to be unsafe in a requirements file:
# ansible-core
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ test =
coverage-enable-subprocess # see https://github.com/nedbat/coveragepy/issues/1341#issuecomment-1228942657
coverage[toml] >= 6.4.4
flaky >= 3.7.0
pytest >= 6.0.1
pytest >= 7.2.0
pytest-plus >= 0.2 # for PYTEST_REQPASS
pytest-xdist >= 2.1.0
psutil # soft-dep of pytest-xdist
Expand Down

0 comments on commit c8a6871

Please sign in to comment.