From 55b0d5e668376d596e63f6aab87e4e3f7487b286 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 9 Mar 2023 15:56:21 -0500 Subject: [PATCH] Bump pylint to 2.17.0 Change-Id: Ia18c839e7a3c23b6b2e50699522128e30096e13f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7b318af8281..25e262c091a 100644 --- a/tox.ini +++ b/tox.ini @@ -109,7 +109,7 @@ allowlist_externals = install_command = {[testenv:py3]install_command} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - pylint==2.13.4 + pylint==2.17.0 commands = {toxinidir}/tools/coding-checks.sh --pylint {posargs:all}