[stable-2.15] ansible-test - Update pylint to 2.17.2 (#80555) (#80557)

(cherry picked from commit ba47dd9ef4)
pull/80560/head
Matt Clay 2 years ago committed by GitHub
parent 4de262300b
commit c49dd110ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- ansible-test - Update ``pylint`` to 2.17.2 to resolve several possible false positives.

@ -1,11 +1,11 @@
# 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.1 astroid==2.15.3
dill==0.3.6 dill==0.3.6
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.2.0 platformdirs==3.2.0
pylint==2.17.1 pylint==2.17.2
PyYAML==6.0 PyYAML==6.0
tomli==2.0.1 tomli==2.0.1
tomlkit==0.11.7 tomlkit==0.11.7

Loading…
Cancel
Save