mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
ansible-test - Update pylint to 2.17.3 (#80632)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
bugfixes:
|
||||
- ansible-test - Update ``pylint`` to 2.17.2 to resolve several possible false positives.
|
||||
- ansible-test - Update ``pylint`` to 2.17.3 to resolve several possible false positives.
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
||||
astroid==2.15.3
|
||||
astroid==2.15.4
|
||||
dill==0.3.6
|
||||
isort==5.12.0
|
||||
lazy-object-proxy==1.9.0
|
||||
mccabe==0.7.0
|
||||
platformdirs==3.2.0
|
||||
pylint==2.17.2
|
||||
platformdirs==3.3.0
|
||||
pylint==2.17.3
|
||||
PyYAML==6.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.7
|
||||
|
||||
Reference in New Issue
Block a user