ansible-test - Update sanity requirements (#85160)

pull/85161/head
Matt Clay 7 months ago committed by GitHub
parent f5a85493c1
commit 588410fe50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
# edit "sanity.ansible-doc.in" and generate with: hacking/update-sanity-requirements.py --test ansible-doc
Jinja2==3.1.6
MarkupSafe==3.0.2
packaging==24.2
packaging==25.0
PyYAML==6.0.2

@ -1,9 +1,9 @@
# edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog
antsibull-changelog==0.29.0
docutils==0.18.1
packaging==24.2
packaging==25.0
PyYAML==6.0.2
rstcheck==5.0.0
semantic-version==2.10.0
types-docutils==0.18.3
typing_extensions==4.12.2
typing_extensions==4.13.2

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

@ -1,9 +1,9 @@
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
astroid==3.3.9
dill==0.3.9
astroid==3.3.10
dill==0.4.0
isort==6.0.1
mccabe==0.7.0
platformdirs==4.3.7
pylint==3.3.6
platformdirs==4.3.8
pylint==3.3.7
PyYAML==6.0.2
tomlkit==0.13.2

@ -1,4 +1,4 @@
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
pathspec==0.12.1
PyYAML==6.0.2
yamllint==1.36.2
yamllint==1.37.1

@ -1,7 +1,7 @@
# edit "black.requirements.in" and generate with: hacking/update-sanity-requirements.py --test black
black==25.1.0
click==8.1.8
mypy-extensions==1.0.0
packaging==24.2
click==8.2.0
mypy_extensions==1.1.0
packaging==25.0
pathspec==0.12.1
platformdirs==4.3.7
platformdirs==4.3.8

@ -1,12 +1,12 @@
# edit "mypy.requirements.in" and generate with: hacking/update-sanity-requirements.py --test mypy
cffi==1.17.1
cryptography==44.0.2
cryptography==44.0.3
iniconfig==2.1.0
Jinja2==3.1.6
MarkupSafe==3.0.2
mypy==1.15.0
mypy-extensions==1.0.0
packaging==24.2
mypy_extensions==1.1.0
packaging==25.0
pluggy==1.5.0
pycparser==2.22
pytest==8.3.5
@ -14,9 +14,9 @@ pytest-mock==3.14.0
tomli==2.2.1
types-backports==0.1.3
types-paramiko==3.5.0.20240928
types-PyYAML==6.0.12.20241230
types-requests==2.32.0.20250306
types-setuptools==76.0.0.20250313
types-PyYAML==6.0.12.20250402
types-requests==2.32.0.20250328
types-setuptools==80.4.0.20250511
types-toml==0.10.8.20240310
typing_extensions==4.12.2
urllib3==2.3.0
typing_extensions==4.13.2
urllib3==2.4.0

@ -1,4 +1,4 @@
# edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data
build==1.2.2.post1
packaging==24.2
packaging==25.0
pyproject_hooks==1.2.0

@ -5,5 +5,5 @@ pymarkdownlnt==0.9.29
PyYAML==6.0.2
tomli==2.2.1
toolz==1.0.0
typing_extensions==4.12.2
typing_extensions==4.13.2
wcwidth==0.2.13

@ -1,2 +1,2 @@
# edit "update-bundled.requirements.in" and generate with: hacking/update-sanity-requirements.py --test update-bundled
packaging==24.2
packaging==25.0

Loading…
Cancel
Save