summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt
index 36161e7..b8eaca6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,9 +7,9 @@ pbr>=0.6,!=0.7,<1.0
argparse
iso8601>=0.1.9
PrettyTable>=0.7,<0.8
-oslo.i18n>=1.3.0 # Apache-2.0
-oslo.serialization>=1.2.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
+oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
python-keystoneclient>=1.1.0
python-swiftclient>=2.2.0
PyYAML>=3.1.0
diff --git a/test-requirements.txt b/test-requirements.txt
index bc0e85c..cc3962d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,11 +7,11 @@ hacking>=0.8.0,<0.9
coverage>=3.6
discover
fixtures>=0.3.14
-requests-mock>=0.5.1 # Apache-2.0
+requests-mock>=0.6.0 # Apache-2.0
mock>=1.0
mox3>=0.7.0
-oslosphinx>=2.2.0 # Apache-2.0
-oslotest>=1.2.0 # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
+oslotest>=1.5.1,<1.6.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
testrepository>=0.0.18
testscenarios>=0.4