summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-21 07:04:48 +0000
committerGerrit Code Review <review@openstack.org>2020-08-21 07:04:48 +0000
commitcb632229bcbb51216554c6f7e27c36b9ddc1a7ff (patch)
tree3621a1f59efa3923248629ce05920232687713e1
parentff70a0df131504f543646266a49ca71a63f59410 (diff)
parent04d2fa705869e4ad2b1aab763290743081d0a590 (diff)
downloadpython-glanceclient-cb632229bcbb51216554c6f7e27c36b9ddc1a7ff.tar.gz
Merge "Fix hacking min version to 3.0.1"
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 29c9183..e9f6622 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
os-client-config>=1.28.0 # Apache-2.0