ansible-test - Update sanity test requirements (#79819)

Also update core sanity test requirements, except mypy (already updated) and docs-build (update separately).
pull/79821/head
Matt Clay 1 year ago committed by GitHub
parent 27cd5e77d8
commit 739bc8bb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Update Python requirements used for sanity tests.

@ -1,6 +1,5 @@
# edit "sanity.ansible-doc.in" and generate with: hacking/update-sanity-requirements.py --test ansible-doc
Jinja2==3.1.2
MarkupSafe==2.1.1
packaging==21.3
pyparsing==3.0.9
MarkupSafe==2.1.2
packaging==23.0
PyYAML==6.0

@ -1,8 +1,7 @@
# edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog
antsibull-changelog==0.16.0
antsibull-changelog==0.18.0
docutils==0.17.1
packaging==21.3
pyparsing==3.0.9
packaging==23.0
PyYAML==6.0
rstcheck==3.5.0
semantic-version==2.10.0

@ -1,4 +1,4 @@
# edit "sanity.import.plugin.in" and generate with: hacking/update-sanity-requirements.py --test import.plugin
Jinja2==3.1.2
MarkupSafe==2.1.1
MarkupSafe==2.1.2
PyYAML==6.0

@ -1,2 +1,2 @@
# edit "sanity.pep8.in" and generate with: hacking/update-sanity-requirements.py --test pep8
pycodestyle==2.9.1
pycodestyle==2.10.0

@ -1,2 +1,2 @@
pylint == 2.15.5 # currently vetted version
pylint == 2.15.10 # currently vetted version
pyyaml # needed for collection_detail.py

@ -1,13 +1,13 @@
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
astroid==2.12.12
astroid==2.13.3
dill==0.3.6
isort==5.10.1
lazy-object-proxy==1.7.1
isort==5.11.4
lazy-object-proxy==1.9.0
mccabe==0.7.0
platformdirs==2.5.2
pylint==2.15.5
platformdirs==2.6.2
pylint==2.15.10
PyYAML==6.0
tomli==2.0.1
tomlkit==0.11.5
typing_extensions==4.3.0
tomlkit==0.11.6
typing_extensions==4.4.0
wrapt==1.14.1

@ -1,5 +1,5 @@
# edit "sanity.validate-modules.in" and generate with: hacking/update-sanity-requirements.py --test validate-modules
Jinja2==3.1.2
MarkupSafe==2.1.1
MarkupSafe==2.1.2
PyYAML==6.0
voluptuous==0.13.1

@ -1,4 +1,4 @@
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
pathspec==0.10.1
pathspec==0.11.0
PyYAML==6.0
yamllint==1.28.0
yamllint==1.29.0

@ -1,4 +1,4 @@
# edit "deprecated-config.requirements.in" and generate with: hacking/update-sanity-requirements.py --test deprecated-config
Jinja2==3.1.2
MarkupSafe==2.1.1
MarkupSafe==2.1.2
PyYAML==6.0

@ -1,10 +1,9 @@
# edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data
antsibull-changelog==0.16.0
antsibull-changelog==0.18.0
docutils==0.17.1
Jinja2==3.1.2
MarkupSafe==2.1.1
packaging==21.3
pyparsing==3.0.9
MarkupSafe==2.1.2
packaging==23.0
PyYAML==6.0
resolvelib==0.9.0
rstcheck==3.5.0

@ -1,25 +1,24 @@
# edit "rstcheck.requirements.in" and generate with: hacking/update-sanity-requirements.py --test rstcheck
alabaster==0.7.12
Babel==2.10.3
certifi==2022.9.14
charset-normalizer==2.1.1
alabaster==0.7.13
Babel==2.11.0
certifi==2022.12.7
charset-normalizer==3.0.1
docutils==0.17.1
idna==3.4
imagesize==1.4.1
Jinja2==3.1.2
MarkupSafe==2.1.1
packaging==21.3
Pygments==2.13.0
pyparsing==3.0.9
pytz==2022.2.1
requests==2.28.1
MarkupSafe==2.1.2
packaging==23.0
Pygments==2.14.0
pytz==2022.7.1
requests==2.28.2
rstcheck==3.5.0
snowballstemmer==2.2.0
Sphinx==4.2.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.12
urllib3==1.26.14

@ -1,3 +1,2 @@
# edit "update-bundled.requirements.in" and generate with: hacking/update-sanity-requirements.py --test update-bundled
packaging==21.3
pyparsing==3.0.9
packaging==23.0

Loading…
Cancel
Save