summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-05-26 15:36:56 +0000
committerGerrit Code Review <review@openstack.org>2020-05-26 15:36:57 +0000
commitc3e084c25c106cd6050261920da9a3e55b573f41 (patch)
tree803e3f800166461c4f0666f55c13d5a335484b32
parent34570b82aa28d86bb8b2a01a83a0a8799500a1b9 (diff)
parent64cbef8da67bca9c4211770547f4fbadea672bd3 (diff)
downloadoslo-utils-c3e084c25c106cd6050261920da9a3e55b573f41.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 cf92323..d97dd15 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
eventlet>=0.18.2,!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD