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

pull/80281/head
Matt Clay 2 years ago committed by GitHub
parent c2cc4225c2
commit cf8fa5e75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
# edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog # edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog
antsibull-changelog==0.18.0 antsibull-changelog==0.19.0
docutils==0.18.1 docutils==0.18.1
packaging==23.0 packaging==23.0
PyYAML==6.0 PyYAML==6.0

@ -11,8 +11,8 @@ tomli==2.0.1
types-backports==0.1.3 types-backports==0.1.3
types-paramiko==3.0.0.4 types-paramiko==3.0.0.4
types-PyYAML==6.0.12.8 types-PyYAML==6.0.12.8
types-requests==2.28.11.15 types-requests==2.28.11.16
types-setuptools==67.5.0.0 types-setuptools==67.6.0.5
types-toml==0.10.8.5 types-toml==0.10.8.5
types-urllib3==1.26.25.8 types-urllib3==1.26.25.8
typing_extensions==4.5.0 typing_extensions==4.5.0

@ -4,8 +4,8 @@ dill==0.3.6
isort==5.12.0 isort==5.12.0
lazy-object-proxy==1.9.0 lazy-object-proxy==1.9.0
mccabe==0.7.0 mccabe==0.7.0
platformdirs==3.1.0 platformdirs==3.1.1
pylint==2.17.0 pylint==2.17.1
PyYAML==6.0 PyYAML==6.0
tomli==2.0.1 tomli==2.0.1
tomlkit==0.11.6 tomlkit==0.11.6

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

@ -1,5 +1,5 @@
# edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data # edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data
antsibull-changelog==0.18.0 antsibull-changelog==0.19.0
docutils==0.17.1 docutils==0.17.1
Jinja2==3.1.2 Jinja2==3.1.2
MarkupSafe==2.1.2 MarkupSafe==2.1.2

@ -1,17 +1,16 @@
# edit "rstcheck.requirements.in" and generate with: hacking/update-sanity-requirements.py --test rstcheck # edit "rstcheck.requirements.in" and generate with: hacking/update-sanity-requirements.py --test rstcheck
alabaster==0.7.13 alabaster==0.7.13
Babel==2.11.0 Babel==2.12.1
certifi==2022.12.7 certifi==2022.12.7
charset-normalizer==3.0.1 charset-normalizer==3.1.0
docutils==0.18.1 docutils==0.18.1
idna==3.4 idna==3.4
imagesize==1.4.1 imagesize==1.4.1
importlib-metadata==6.0.0 importlib-metadata==6.1.0
Jinja2==3.1.2 Jinja2==3.1.2
MarkupSafe==2.1.2 MarkupSafe==2.1.2
packaging==23.0 packaging==23.0
Pygments==2.14.0 Pygments==2.14.0
pytz==2022.7.1
requests==2.28.2 requests==2.28.2
rstcheck==5.0.0 rstcheck==5.0.0
snowballstemmer==2.2.0 snowballstemmer==2.2.0
@ -24,5 +23,5 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5 sphinxcontrib-serializinghtml==1.1.5
types-docutils==0.18.3 types-docutils==0.18.3
typing_extensions==4.5.0 typing_extensions==4.5.0
urllib3==1.26.14 urllib3==1.26.15
zipp==3.13.0 zipp==3.15.0

Loading…
Cancel
Save