From 5899ccd023d88414cd313028499bcb9a04248414 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Fri, 10 Feb 2023 11:42:51 -0500 Subject: [PATCH] Update hacking to 5.0 series Update hacking to 5.0. Change-Id: I5a3ece77717e88c7ae3e8854d89b4a351c8cf087 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index cd11a40eabd..10c8d6acb8a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Install bounded pep8/pyflakes first, then let flake8 install -hacking>=4.1.0,<4.2.0 # Apache-2.0 +hacking>=5.0.0,<5.1.0 # Apache-2.0 flake8-import-order # LGPLv3 flake8-logging-format>=0.6.0 # Apache-2.0