From 7aec74d4e610a128b11bc6fae14fbb8d26d1da70 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 28 Jul 2021 11:33:15 +0200 Subject: Increase version of hacking and pycodestyle Fix errors in unit tests Change-Id: Ib5a75fc5e5b6b5661d36e3a27796c3c02ed90056 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 850ac8bd7..59d5f71c9 100644 --- a/tox.ini +++ b/tox.ini @@ -33,9 +33,9 @@ commands = {toxinidir}/tools/states_to_dot.py -f {toxinidir}/doc/source/images/s [testenv:pep8] usedevelop = False 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 - pycodestyle>=2.0.0,<2.7.0 # MIT + pycodestyle>=2.0.0,<3.0.0 # MIT flake8-import-order>=0.17.1 # LGPLv3 Pygments>=2.2.0 # BSD bashate>=0.5.1 # Apache-2.0 -- cgit v1.2.1