diff --git a/tox.ini b/tox.ini index e986d587d..55ac0cd43 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ commands = [testenv:pylint] setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/tools/pip-requires - pylint==0.25.2 + pylint==0.26.0 commands = bash tools/lintstack.sh [testenv:cover]