mirror of https://github.com/ansible/ansible.git
ansible-test - Update sanity test requirements (#81810)
parent
55f27a579e
commit
d6a356d7cd
@ -1,13 +1,13 @@
|
|||||||
# 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==2.15.6
|
astroid==2.15.8
|
||||||
dill==0.3.7
|
dill==0.3.7
|
||||||
isort==5.12.0
|
isort==5.12.0
|
||||||
lazy-object-proxy==1.9.0
|
lazy-object-proxy==1.9.0
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
platformdirs==3.10.0
|
platformdirs==3.10.0
|
||||||
pylint==2.17.5
|
pylint==2.17.6
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.12.1
|
tomlkit==0.12.1
|
||||||
typing_extensions==4.7.1
|
typing_extensions==4.8.0
|
||||||
wrapt==1.15.0
|
wrapt==1.15.0
|
||||||
|
Loading…
Reference in New Issue