mirror of https://github.com/ansible/ansible
ansible-test - Update sanity test requirements (#86701)
parent
30940e2689
commit
e65e27c38a
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update sanity test requirements.
|
||||
@ -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.3
|
||||
packaging==25.0
|
||||
packaging==26.0
|
||||
PyYAML==6.0.3
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
||||
astroid==4.0.1
|
||||
dill==0.4.0
|
||||
isort==7.0.0
|
||||
astroid==4.0.4
|
||||
dill==0.4.1
|
||||
isort==8.0.1
|
||||
mccabe==0.7.0
|
||||
platformdirs==4.5.0
|
||||
pylint==4.0.2
|
||||
platformdirs==4.9.4
|
||||
pylint==4.0.5
|
||||
PyYAML==6.0.3
|
||||
tomlkit==0.13.3
|
||||
tomlkit==0.14.0
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
# edit "sanity.runtime-metadata.in" and generate with: hacking/update-sanity-requirements.py --test runtime-metadata
|
||||
PyYAML==6.0.3
|
||||
voluptuous==0.15.2
|
||||
voluptuous==0.16.0
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
|
||||
pathspec==0.12.1
|
||||
pathspec==1.0.4
|
||||
PyYAML==6.0.3
|
||||
yamllint==1.37.1
|
||||
yamllint==1.38.0
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
# edit "black.requirements.in" and generate with: hacking/update-sanity-requirements.py --test black
|
||||
black==25.9.0
|
||||
click==8.3.0
|
||||
black==26.3.1
|
||||
click==8.3.1
|
||||
mypy_extensions==1.1.0
|
||||
packaging==25.0
|
||||
pathspec==0.12.1
|
||||
platformdirs==4.5.0
|
||||
pytokens==0.2.0
|
||||
packaging==26.0
|
||||
pathspec==1.0.4
|
||||
platformdirs==4.9.4
|
||||
pytokens==0.4.1
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
# edit "codespell.requirements.in" and generate with: hacking/update-sanity-requirements.py --test codespell
|
||||
codespell==2.4.1
|
||||
codespell==2.4.2
|
||||
|
||||
@ -1,25 +1,26 @@
|
||||
# edit "mypy.requirements.in" and generate with: hacking/update-sanity-requirements.py --test mypy
|
||||
cffi==2.0.0
|
||||
cryptography==46.0.3
|
||||
cryptography==46.0.5
|
||||
iniconfig==2.3.0
|
||||
Jinja2==3.1.6
|
||||
librt==0.8.1
|
||||
MarkupSafe==3.0.3
|
||||
mypy==1.18.2
|
||||
mypy==1.19.1
|
||||
mypy_extensions==1.1.0
|
||||
packaging==25.0
|
||||
pathspec==0.12.1
|
||||
packaging==26.0
|
||||
pathspec==1.0.4
|
||||
pluggy==1.6.0
|
||||
pycparser==2.23
|
||||
pycparser==3.0
|
||||
Pygments==2.19.2
|
||||
pytest==8.4.2
|
||||
pytest-mock==3.15.1
|
||||
resolvelib==1.2.1
|
||||
tomli==2.3.0
|
||||
tomli==2.4.0
|
||||
types-backports==0.1.3
|
||||
types-paramiko==4.0.0.20250822
|
||||
types-PyYAML==6.0.12.20250915
|
||||
types-requests==2.32.4.20250913
|
||||
types-setuptools==80.9.0.20250822
|
||||
types-requests==2.32.4.20260107
|
||||
types-setuptools==82.0.0.20260210
|
||||
types-toml==0.10.8.20240310
|
||||
typing_extensions==4.15.0
|
||||
urllib3==2.5.0
|
||||
urllib3==2.6.3
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data
|
||||
build==1.3.0
|
||||
packaging==25.0
|
||||
build==1.4.0
|
||||
packaging==26.0
|
||||
pyproject_hooks==1.2.0
|
||||
|
||||
@ -1,10 +1,13 @@
|
||||
# edit "pymarkdown.requirements.in" and generate with: hacking/update-sanity-requirements.py --test pymarkdown
|
||||
application_properties==0.9.0
|
||||
application_file_scanner==0.6.4
|
||||
application_properties==0.9.2
|
||||
Columnar==1.4.1
|
||||
py-walk==0.3.3
|
||||
pyjson5==2.0.0
|
||||
pymarkdownlnt==0.9.33
|
||||
pymarkdownlnt==0.9.36
|
||||
PyYAML==6.0.3
|
||||
tomli==2.3.0
|
||||
sly==0.5
|
||||
tomli==2.4.0
|
||||
toolz==1.1.0
|
||||
typing_extensions==4.15.0
|
||||
wcwidth==0.2.14
|
||||
wcwidth==0.6.0
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
# edit "update-bundled.requirements.in" and generate with: hacking/update-sanity-requirements.py --test update-bundled
|
||||
packaging==25.0
|
||||
packaging==26.0
|
||||
|
||||
Loading…
Reference in new issue