ansible-test - Update pylint to 2.17.3 (#80632)

pull/80635/head
Matt Clay 1 year ago committed by GitHub
parent a2be8915de
commit 372fc99686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save