From f99b3da74b15e41c143700946da5135aef0e840a Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 21 Apr 2023 12:36:13 -0700 Subject: [PATCH] Update pep8 deps - including hacking v6 Upgraded to latest hacking. Also had to bump the upper limit for pycodestyle to be in line with other repos in order for pip to be happy installing new hacking. Change-Id: I4fd9e1e135b6759738f7faecfe8a8a046274d566 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8912959..07d825d 100644 --- a/tox.ini +++ b/tox.ini @@ -15,10 +15,10 @@ deps = [testenv:pep8] deps = - hacking>=3.1.0,<4.0.0 # Apache-2.0 + hacking~=6.0.0 # Apache-2.0 flake8-import-order>=0.17.1 # LGPLv3 doc8>=0.6.0 # Apache-2.0 - pycodestyle>=2.0.0,<2.7.0 # MIT + pycodestyle>=2.0.0,<3.0.0 # MIT commands = flake8 ironic_python_agent_builder doc8 doc/source README.rst CONTRIBUTING.rst