From c17279ef35ab59805ef344763f0f61bd4209ba76 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 2 Aug 2021 09:44:54 +0200 Subject: [PATCH] Increase version of hacking and pycodestyle Change-Id: I8eef87bd3201943436ee512b0795701438714bea --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index fca53cc..3804b81 100644 --- a/tox.ini +++ b/tox.ini @@ -22,10 +22,10 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:pep8] deps = - hacking>=3.1.0,<4.0.0 # Apache-2.0 + hacking>=4.1.0,<5.0.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 flake8-import-order>=0.17.1 # LGPLv3 - pycodestyle>=2.0.0,<2.7.0 # MIT + pycodestyle>=2.0.0,<3.0.0 # MIT commands = flake8 {posargs} doc8 README.rst CONTRIBUTING.rst HACKING.rst doc/source