mirror of https://github.com/ansible/ansible.git
ansible-test - Upgrade pylint. (#78727)
This version of pylint now supports Python 3.11.pull/78728/head
parent
fbd828673d
commit
c56b35598f
@ -1,2 +1,2 @@
|
||||
pylint == 2.14.5 # currently vetted version
|
||||
pylint == 2.15.2 # currently vetted version
|
||||
pyyaml # needed for collection_detail.py
|
||||
|
@ -1,13 +1,13 @@
|
||||
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
||||
astroid==2.11.7
|
||||
astroid==2.12.9
|
||||
dill==0.3.5.1
|
||||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.7.0
|
||||
platformdirs==2.5.2
|
||||
pylint==2.14.5
|
||||
pylint==2.15.2
|
||||
PyYAML==6.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.3
|
||||
tomlkit==0.11.4
|
||||
typing-extensions==4.3.0
|
||||
wrapt==1.14.1
|
||||
|
Loading…
Reference in New Issue