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

pull/83925/head
Matt Clay 3 months ago committed by GitHub
parent cd342f76b4
commit cf2a4a85da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,2 +1,2 @@
rstcheck < 6 # newer versions have too many dependencies rstcheck < 6 # newer versions have too many dependencies
antsibull-changelog antsibull-changelog == 0.29.0 # newer versions have additional dependencies

@ -3,7 +3,7 @@ astroid==3.2.4
dill==0.3.8 dill==0.3.8
isort==5.13.2 isort==5.13.2
mccabe==0.7.0 mccabe==0.7.0
platformdirs==4.2.2 platformdirs==4.3.2
pylint==3.2.6 pylint==3.2.7
PyYAML==6.0.2 PyYAML==6.0.2
tomlkit==0.13.2 tomlkit==0.13.2

@ -1,9 +1,9 @@
# edit "mypy.requirements.in" and generate with: hacking/update-sanity-requirements.py --test mypy # edit "mypy.requirements.in" and generate with: hacking/update-sanity-requirements.py --test mypy
cffi==1.17.0 cffi==1.17.1
cryptography==43.0.0 cryptography==43.0.1
Jinja2==3.1.4 Jinja2==3.1.4
MarkupSafe==2.1.5 MarkupSafe==2.1.5
mypy==1.11.1 mypy==1.11.2
mypy-extensions==1.0.0 mypy-extensions==1.0.0
packaging==24.1 packaging==24.1
pycparser==2.22 pycparser==2.22
@ -11,8 +11,8 @@ tomli==2.0.1
types-backports==0.1.3 types-backports==0.1.3
types-paramiko==3.4.0.20240423 types-paramiko==3.4.0.20240423
types-PyYAML==6.0.12.20240808 types-PyYAML==6.0.12.20240808
types-requests==2.32.0.20240712 types-requests==2.32.0.20240907
types-setuptools==71.1.0.20240813 types-setuptools==74.1.0.20240907
types-toml==0.10.8.20240310 types-toml==0.10.8.20240310
typing_extensions==4.12.2 typing_extensions==4.12.2
urllib3==2.2.2 urllib3==2.2.2

@ -1,7 +1,7 @@
# edit "pymarkdown.requirements.in" and generate with: hacking/update-sanity-requirements.py --test pymarkdown # edit "pymarkdown.requirements.in" and generate with: hacking/update-sanity-requirements.py --test pymarkdown
application_properties==0.8.2 application_properties==0.8.2
Columnar==1.4.1 Columnar==1.4.1
pymarkdownlnt==0.9.22 pymarkdownlnt==0.9.23
PyYAML==6.0.2 PyYAML==6.0.2
tomli==2.0.1 tomli==2.0.1
toolz==0.12.1 toolz==0.12.1

Loading…
Cancel
Save