From 54a176a085909dfe161af7060c50633317778e90 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 29 Jul 2021 16:19:57 +0200 Subject: [PATCH] Increase version of hacking and pycodestyle Change-Id: Ib4340aacba21cadef655998b1729dc6b18e173a8 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b1ba3eb0..f868d4ca 100644 --- a/tox.ini +++ b/tox.ini @@ -38,8 +38,8 @@ enable-extensions=H106,H203,H204,H205,H210,H904 [testenv:pep8] deps = flake8-import-order>=0.17.1 # LGPLv3 - hacking>=3.1.0,<4.0.0 # Apache-2.0 - pycodestyle>=2.0.0,<2.7.0 # MIT + hacking>=4.1.0,<5.0.0 # Apache-2.0 + pycodestyle>=2.0.0,<3.0.0 # MIT Pygments>=2.2.0 # BSD doc8>=0.6.0 # Apache 2.0 commands =