summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-04-18 13:44:27 -0700
committerGitHub <noreply@github.com>2023-04-18 13:44:27 -0700
commitba47dd9ef4acafd46a1223a80556bacde4978f91 (patch)
treec894928fb30bc22653e437d6bec2d48780c2f031 /test/lib
parent44794e3ebc04d90669d31b0ccde47c40aa48225f (diff)
downloadansible-ba47dd9ef4acafd46a1223a80556bacde4978f91.tar.gz
ansible-test - Update pylint to 2.17.2 (#80555)
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/ansible_test/_data/requirements/sanity.pylint.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/ansible_test/_data/requirements/sanity.pylint.txt b/test/lib/ansible_test/_data/requirements/sanity.pylint.txt
index bdad838241..8d30d76ec0 100644
--- a/test/lib/ansible_test/_data/requirements/sanity.pylint.txt
+++ b/test/lib/ansible_test/_data/requirements/sanity.pylint.txt
@@ -1,11 +1,11 @@
# 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
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
platformdirs==3.2.0
-pylint==2.17.1
+pylint==2.17.2
PyYAML==6.0
tomli==2.0.1
tomlkit==0.11.7