summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-01-19 15:33:02 +0000
committerGerrit Code Review <review@openstack.org>2021-01-19 15:33:02 +0000
commit54e079c80c7613ce1889cfb33c5be9fce86b23a0 (patch)
treea2a2cd02c03dbb63b5ed078d76726098f4190f10
parent7c348c691a9950855888bac903d4a41d499a04dd (diff)
parenta2b52b1309026749940142c1b9a39ae23aeeff9e (diff)
downloadoslo-serialization-54e079c80c7613ce1889cfb33c5be9fce86b23a0.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 49c8816..145e8f7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# 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
netaddr>=0.7.18 # BSD
stestr>=2.0.0 # Apache-2.0