mirror of https://github.com/ansible/ansible.git
ansible-test - Update sanity test requirements (#84866)
parent
b7a5411d8b
commit
091994a477
@ -1,5 +1,5 @@
|
||||
# edit "sanity.ansible-doc.in" and generate with: hacking/update-sanity-requirements.py --test ansible-doc
|
||||
Jinja2==3.1.5
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
packaging==24.2
|
||||
PyYAML==6.0.2
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# edit "sanity.import.plugin.in" and generate with: hacking/update-sanity-requirements.py --test import.plugin
|
||||
Jinja2==3.1.5
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
PyYAML==6.0.2
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
||||
astroid==3.3.8
|
||||
astroid==3.3.9
|
||||
dill==0.3.9
|
||||
isort==6.0.0
|
||||
isort==6.0.1
|
||||
mccabe==0.7.0
|
||||
platformdirs==4.3.6
|
||||
pylint==3.3.4
|
||||
platformdirs==4.3.7
|
||||
pylint==3.3.5
|
||||
PyYAML==6.0.2
|
||||
tomlkit==0.13.2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# edit "sanity.validate-modules.in" and generate with: hacking/update-sanity-requirements.py --test validate-modules
|
||||
antsibull-docs-parser==1.0.0
|
||||
Jinja2==3.1.5
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
PyYAML==6.0.2
|
||||
voluptuous==0.15.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.35.1
|
||||
yamllint==1.36.2
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# edit "deprecated-config.requirements.in" and generate with: hacking/update-sanity-requirements.py --test deprecated-config
|
||||
Jinja2==3.1.5
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
PyYAML==6.0.2
|
||||
|
||||
@ -1,22 +1,22 @@
|
||||
# edit "mypy.requirements.in" and generate with: hacking/update-sanity-requirements.py --test mypy
|
||||
cffi==1.17.1
|
||||
cryptography==44.0.0
|
||||
iniconfig==2.0.0
|
||||
Jinja2==3.1.5
|
||||
cryptography==44.0.2
|
||||
iniconfig==2.1.0
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
mypy==1.14.1
|
||||
mypy==1.15.0
|
||||
mypy-extensions==1.0.0
|
||||
packaging==24.2
|
||||
pluggy==1.5.0
|
||||
pycparser==2.22
|
||||
pytest==8.3.4
|
||||
pytest==8.3.5
|
||||
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.20241016
|
||||
types-setuptools==75.8.0.20250110
|
||||
types-requests==2.32.0.20250306
|
||||
types-setuptools==76.0.0.20250313
|
||||
types-toml==0.10.8.20240310
|
||||
typing_extensions==4.12.2
|
||||
urllib3==2.3.0
|
||||
|
||||
Loading…
Reference in New Issue