summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 113dc78..161fcb2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,6 +3,6 @@
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
Django>=1.4.2,<1.7
-oslo.config>=1.9.0 # Apache-2.0
+oslo.config>=1.9.3,<1.10.0 # Apache-2.0
python-keystoneclient>=1.1.0
six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 95d9ded..c8c6a3b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,5 +7,5 @@ coverage>=3.6
mock>=1.0
mox3>=0.7.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
testscenarios>=0.4