mirror of https://github.com/ansible/ansible.git
ansible-test - Update sanity tests and default Python (#83998)
* ansible-test - Update sanity test requirements * ansible-test - Default to Python 3.13 in base/default containers * ansible-test - Fix incorrect AnyStr type hintspull/84048/head
parent
d6d2251929
commit
9406ed3109
@ -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