mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
ansible-test - Update sanity test requirements (#84667)
This commit is contained in:
@@ -3,3 +3,4 @@ minor_changes:
|
||||
- ansible-test - Default to Python 3.13 in the ``base`` and ``default`` containers.
|
||||
- ansible-test - Disable the ``deprecated-`` prefixed ``pylint`` rules as their results vary by Python version.
|
||||
- ansible-test - Update the ``base`` and ``default`` containers.
|
||||
- ansible-test - Update sanity test requirements to latest available versions.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# edit "sanity.ansible-doc.in" and generate with: hacking/update-sanity-requirements.py --test ansible-doc
|
||||
Jinja2==3.1.4
|
||||
MarkupSafe==2.1.5
|
||||
packaging==24.1
|
||||
Jinja2==3.1.5
|
||||
MarkupSafe==3.0.2
|
||||
packaging==24.2
|
||||
PyYAML==6.0.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# 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.1
|
||||
packaging==24.2
|
||||
PyYAML==6.0.2
|
||||
rstcheck==5.0.0
|
||||
semantic-version==2.10.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# edit "sanity.import.plugin.in" and generate with: hacking/update-sanity-requirements.py --test import.plugin
|
||||
Jinja2==3.1.4
|
||||
MarkupSafe==2.1.5
|
||||
Jinja2==3.1.5
|
||||
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.5
|
||||
astroid==3.3.8
|
||||
dill==0.3.9
|
||||
isort==5.13.2
|
||||
isort==6.0.0
|
||||
mccabe==0.7.0
|
||||
platformdirs==4.3.6
|
||||
pylint==3.3.1
|
||||
pylint==3.3.4
|
||||
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.4
|
||||
MarkupSafe==2.1.5
|
||||
Jinja2==3.1.5
|
||||
MarkupSafe==3.0.2
|
||||
PyYAML==6.0.2
|
||||
voluptuous==0.15.2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# edit "deprecated-config.requirements.in" and generate with: hacking/update-sanity-requirements.py --test deprecated-config
|
||||
Jinja2==3.1.4
|
||||
MarkupSafe==2.1.5
|
||||
Jinja2==3.1.5
|
||||
MarkupSafe==3.0.2
|
||||
PyYAML==6.0.2
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
# edit "mypy.requirements.in" and generate with: hacking/update-sanity-requirements.py --test mypy
|
||||
cffi==1.17.1
|
||||
cryptography==43.0.1
|
||||
cryptography==44.0.0
|
||||
iniconfig==2.0.0
|
||||
Jinja2==3.1.4
|
||||
MarkupSafe==2.1.5
|
||||
mypy==1.11.2
|
||||
Jinja2==3.1.5
|
||||
MarkupSafe==3.0.2
|
||||
mypy==1.14.1
|
||||
mypy-extensions==1.0.0
|
||||
packaging==24.1
|
||||
packaging==24.2
|
||||
pluggy==1.5.0
|
||||
pycparser==2.22
|
||||
pytest==8.3.3
|
||||
tomli==2.0.2
|
||||
pytest==8.3.4
|
||||
tomli==2.2.1
|
||||
types-backports==0.1.3
|
||||
types-paramiko==3.5.0.20240928
|
||||
types-PyYAML==6.0.12.20240917
|
||||
types-requests==2.32.0.20240914
|
||||
types-setuptools==75.1.0.20240917
|
||||
types-PyYAML==6.0.12.20241230
|
||||
types-requests==2.32.0.20241016
|
||||
types-setuptools==75.8.0.20250110
|
||||
types-toml==0.10.8.20240310
|
||||
typing_extensions==4.12.2
|
||||
urllib3==2.2.3
|
||||
urllib3==2.3.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
|
||||
packaging==24.1
|
||||
build==1.2.2.post1
|
||||
packaging==24.2
|
||||
pyproject_hooks==1.2.0
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# edit "pymarkdown.requirements.in" and generate with: hacking/update-sanity-requirements.py --test pymarkdown
|
||||
application_properties==0.8.2
|
||||
Columnar==1.4.1
|
||||
pymarkdownlnt==0.9.23
|
||||
pymarkdownlnt==0.9.26
|
||||
PyYAML==6.0.2
|
||||
tomli==2.0.2
|
||||
tomli==2.2.1
|
||||
toolz==1.0.0
|
||||
typing_extensions==4.12.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.1
|
||||
packaging==24.2
|
||||
|
||||
Reference in New Issue
Block a user