mirror of https://github.com/ansible/ansible.git
ansible-test - Update sanity requirements (#85160)
parent
f5a85493c1
commit
588410fe50
@ -1,5 +1,5 @@
|
|||||||
# edit "sanity.ansible-doc.in" and generate with: hacking/update-sanity-requirements.py --test ansible-doc
|
# edit "sanity.ansible-doc.in" and generate with: hacking/update-sanity-requirements.py --test ansible-doc
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
packaging==24.2
|
packaging==25.0
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
# edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog
|
# edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog
|
||||||
antsibull-changelog==0.29.0
|
antsibull-changelog==0.29.0
|
||||||
docutils==0.18.1
|
docutils==0.18.1
|
||||||
packaging==24.2
|
packaging==25.0
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
rstcheck==5.0.0
|
rstcheck==5.0.0
|
||||||
semantic-version==2.10.0
|
semantic-version==2.10.0
|
||||||
types-docutils==0.18.3
|
types-docutils==0.18.3
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.13.2
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
# edit "sanity.pep8.in" and generate with: hacking/update-sanity-requirements.py --test pep8
|
# edit "sanity.pep8.in" and generate with: hacking/update-sanity-requirements.py --test pep8
|
||||||
pycodestyle==2.12.1
|
pycodestyle==2.13.0
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
||||||
astroid==3.3.9
|
astroid==3.3.10
|
||||||
dill==0.3.9
|
dill==0.4.0
|
||||||
isort==6.0.1
|
isort==6.0.1
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
platformdirs==4.3.7
|
platformdirs==4.3.8
|
||||||
pylint==3.3.6
|
pylint==3.3.7
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
tomlkit==0.13.2
|
tomlkit==0.13.2
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
|
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
yamllint==1.36.2
|
yamllint==1.37.1
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# edit "black.requirements.in" and generate with: hacking/update-sanity-requirements.py --test black
|
# edit "black.requirements.in" and generate with: hacking/update-sanity-requirements.py --test black
|
||||||
black==25.1.0
|
black==25.1.0
|
||||||
click==8.1.8
|
click==8.2.0
|
||||||
mypy-extensions==1.0.0
|
mypy_extensions==1.1.0
|
||||||
packaging==24.2
|
packaging==25.0
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
platformdirs==4.3.7
|
platformdirs==4.3.8
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data
|
# edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data
|
||||||
build==1.2.2.post1
|
build==1.2.2.post1
|
||||||
packaging==24.2
|
packaging==25.0
|
||||||
pyproject_hooks==1.2.0
|
pyproject_hooks==1.2.0
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
# edit "update-bundled.requirements.in" and generate with: hacking/update-sanity-requirements.py --test update-bundled
|
# edit "update-bundled.requirements.in" and generate with: hacking/update-sanity-requirements.py --test update-bundled
|
||||||
packaging==24.2
|
packaging==25.0
|
||||||
|
|||||||
Loading…
Reference in New Issue