mirror of https://github.com/ansible/ansible.git
* ansible-test - Update sanity test requirements
* ansible-test - Default to Python 3.13 in base/default containers
* ansible-test - Fix incorrect AnyStr type hints
(cherry picked from commit 9406ed3109)
pull/84052/head
parent
08683073f9
commit
b16cc4d2d1
@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update ``pylint`` sanity test to use version 3.3.1.
|
||||
- ansible-test - Default to Python 3.13 in the ``base`` and ``default`` containers.
|
||||
@ -1,9 +1,9 @@
|
||||
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
||||
astroid==3.2.4
|
||||
dill==0.3.8
|
||||
astroid==3.3.4
|
||||
dill==0.3.9
|
||||
isort==5.13.2
|
||||
mccabe==0.7.0
|
||||
platformdirs==4.3.2
|
||||
pylint==3.2.7
|
||||
platformdirs==4.3.6
|
||||
pylint==3.3.1
|
||||
PyYAML==6.0.2
|
||||
tomlkit==0.13.2
|
||||
|
||||
@ -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
|
||||
pyproject_hooks==1.1.0
|
||||
pyproject_hooks==1.2.0
|
||||
|
||||
Loading…
Reference in New Issue