From 4073a31cbc6b9091c621701c2d93aed47cc187ee Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 21 Apr 2023 12:46:54 -0700 Subject: [PATCH] Update to hacking v6 Update to latest hacking, 6.0.0. No code changes needed to comply with new flake8 directives. Change-Id: I12ac019f190f88d1f2da3e63d5f587f622f398f1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6d705ba..55d816b 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ passenv = deps = bashate>=0.5.1 # Apache-2.0 flake8-import-order>=0.17.1 # LGPLv3 - hacking>=4.1.0,<5.0.0 # Apache-2.0 + hacking~=6.0.0 # Apache-2.0 pycodestyle>=2.0.0,<3.0.0 # MIT allowlist_externals = bash {toxinidir}/tools/run_bashate.sh