summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-06-04 16:04:01 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-06-04 16:04:01 +0000
commit935d69311d9bc628c652a8ed4b029175e7a46252 (patch)
tree53dcc27702375a0e6a3a34148bf7ce6b84c39c28
parent67ccd9cc4ddb1c7922b9095ccbaf6d5fee44c7fa (diff)
downloadoslo-config-935d69311d9bc628c652a8ed4b029175e7a46252.tar.gz
Updated from global requirements
Change-Id: Ib9a0259100693f4d6b144a02a1de8d87552387d6
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 56a2508..f560a0e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,4 +6,4 @@ pbr>=0.6,!=0.7,<1.0
argparse
netaddr>=0.7.12
six>=1.9.0
-stevedore>=1.1.0 # Apache-2.0
+stevedore>=1.3.0,<1.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7f76d34..9b2a5be 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,7 +10,7 @@ python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
-oslotest>=1.2.0 # Apache-2.0
+oslotest>=1.5.1,<1.6.0 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
@@ -19,10 +19,10 @@ coverage>=3.6
# this is required for the docs build jobs
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
# Required only for tests
-oslo.i18n>=1.3.0 # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
# mocking framework
mock>=1.0