From c3dd0f18acda1ceaec2603e51ec08552bd9d95e0 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 21 Apr 2023 12:20:25 -0700 Subject: [PATCH] Upgrade to latest hacking - v6 No code changes needed to work with latest flake8. Change-Id: I5a45f31590534685016a4fdb78f3ea2b954150f1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7c793d3b5..436b8d74c 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ commands = usedevelop = False deps = 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 doc8>=0.8.1 # Apache-2.0 commands =