summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lower-constraints.txt1
-rw-r--r--test-requirements.txt2
2 files changed, 1 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 87dc700..80833e6 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,5 +1,4 @@
boto==2.32.1
-hacking==0.9.0
mock==1.0
pbr==2.0.0
psutil==1.1.1
diff --git a/test-requirements.txt b/test-requirements.txt
index 4550481..bbc0a08 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
-hacking>=0.9.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
mock>=1.0
stestr>=2.0.0
testtools>=0.9.34