From 15b3a970e31b7f970f846e2d35cb8ffff3ee6bcb Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 21 Apr 2023 12:41:17 -0700 Subject: [PATCH] Upgrade pep8 deps - including hacking v6 Updating deps for pep8 - hacking to 6.0.0 - pycodestyle upper limit bumped to 2.0.0 Change-Id: Id9e86477c20b9fe059cc867cbf5f4f566b6097fe --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ad11ef5ca..50eb13459 100644 --- a/tox.ini +++ b/tox.ini @@ -26,8 +26,8 @@ deps = Pygments>=2.2.0 # BSD license doc8>=0.8.1 # Apache-2.0 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~=6.0.0 # Apache-2.0 + pycodestyle>=2.0.0,<3.0.0 # MIT commands = flake8 {posargs} doc8 doc/source releasenotes/source README.rst CONTRIBUTING.rst HACKING.rst