diff --git a/tox.ini b/tox.ini index e8ad9922..a3ad9531 100644 --- a/tox.ini +++ b/tox.ini @@ -48,8 +48,8 @@ commands = [testenv:autopep8] deps = - autopep8==2.0.4 - pycodestyle==2.11.0 + autopep8==2.3.1 + pycodestyle==2.12.1 commands = bash -c 'python -m autopep8 --diff --max-line-length 120 -a -a -a -j0 -r --exclude {env:LINTABLES_EXCLUDES} --exit-code {env:LINTABLES}'