From 7135699870f5f5e16323ce38ed2ac1f65fba18f4 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 11 Nov 2021 10:53:35 -0500 Subject: [PATCH] pylint: Update to 2.11.1 pylint 2.7.4 fails to install due to dependency conflicts. Change-Id: I084a97fd8264a503f78082f0c05507c3aed82026 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d5733e5aef2..4491cf7344c 100644 --- a/tox.ini +++ b/tox.ini @@ -89,7 +89,7 @@ passenv = FAST8_NUM_COMMITS [testenv:pylint] deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - pylint==2.7.4 + pylint==2.11.1 commands = {toxinidir}/tools/coding-checks.sh --pylint {posargs}