From 0e717c1fda42ebc7620ee6c7d84d937ed970fdb7 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Fri, 22 May 2020 10:36:31 +0800 Subject: [PATCH] Fix hacking min version to 3.0.1 Change-Id: I0a425edb633a9421be5c515cff546ee28a742ac5 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4d25b539c..4db866f3d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ PyYAML>=3.1.0 yamllint>=0.5.2 requests-cache Pillow>=2.4.0 # PIL License -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 whereto>=0.3.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD