From 2827bd10cbf56cda915fa8867ab362e5c9843402 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Fri, 22 May 2020 11:02:47 +0800 Subject: Fix hacking min version to 3.0.1 Change-Id: I11fdd5a0779ed6d638682ac9273e3e50ec64261b --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 65fa4f8..4663c58 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD testtools>=2.2.0 # MIT -- cgit v1.2.1