mirror of https://github.com/ansible/ansible.git
ansible-test - Update pinned sanity test requirements (#85577)
parent
6b2b665ef7
commit
5fbce46dcf
@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- ansible-test - Update pinned sanity test requirements.
|
||||||
@ -1,2 +1,2 @@
|
|||||||
# edit "sanity.pep8.in" and generate with: hacking/update-sanity-requirements.py --test pep8
|
# edit "sanity.pep8.in" and generate with: hacking/update-sanity-requirements.py --test pep8
|
||||||
pycodestyle==2.13.0
|
pycodestyle==2.14.0
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
||||||
astroid==3.3.10
|
astroid==3.3.11
|
||||||
dill==0.4.0
|
dill==0.4.0
|
||||||
isort==6.0.1
|
isort==6.0.1
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
platformdirs==4.3.8
|
platformdirs==4.3.8
|
||||||
pylint==3.3.7
|
pylint==3.3.7
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
tomlkit==0.13.2
|
tomlkit==0.13.3
|
||||||
|
|||||||
@ -1,22 +1,24 @@
|
|||||||
# 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.1
|
cffi==1.17.1
|
||||||
cryptography==44.0.3
|
cryptography==45.0.5
|
||||||
iniconfig==2.1.0
|
iniconfig==2.1.0
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
mypy==1.15.0
|
mypy==1.17.0
|
||||||
mypy_extensions==1.1.0
|
mypy_extensions==1.1.0
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
pluggy==1.5.0
|
pathspec==0.12.1
|
||||||
|
pluggy==1.6.0
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
pytest==8.3.5
|
Pygments==2.19.2
|
||||||
pytest-mock==3.14.0
|
pytest==8.4.1
|
||||||
|
pytest-mock==3.14.1
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
types-backports==0.1.3
|
types-backports==0.1.3
|
||||||
types-paramiko==3.5.0.20240928
|
types-paramiko==3.5.0.20250708
|
||||||
types-PyYAML==6.0.12.20250402
|
types-PyYAML==6.0.12.20250516
|
||||||
types-requests==2.32.0.20250328
|
types-requests==2.32.4.20250611
|
||||||
types-setuptools==80.4.0.20250511
|
types-setuptools==80.9.0.20250529
|
||||||
types-toml==0.10.8.20240310
|
types-toml==0.10.8.20240310
|
||||||
typing_extensions==4.13.2
|
typing_extensions==4.14.1
|
||||||
urllib3==2.4.0
|
urllib3==2.5.0
|
||||||
|
|||||||
@ -1,9 +1,10 @@
|
|||||||
# 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.9.0
|
||||||
Columnar==1.4.1
|
Columnar==1.4.1
|
||||||
pymarkdownlnt==0.9.29
|
pyjson5==1.6.9
|
||||||
|
pymarkdownlnt==0.9.31
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
toolz==1.0.0
|
toolz==1.0.0
|
||||||
typing_extensions==4.13.2
|
typing_extensions==4.14.1
|
||||||
wcwidth==0.2.13
|
wcwidth==0.2.13
|
||||||
|
|||||||
Loading…
Reference in New Issue