summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-11-19 16:00:14 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-11-19 16:00:14 +0000
commit8dcf666ba9e0d94ff4057f1afda20f0276950e92 (patch)
treea774c45a54782112c6a0b40aa09c80c34b3f2193
parent817616316b348ba593502eb9e72373aa7d6bf797 (diff)
downloadoslo-concurrency-3.0.0.tar.gz
Updated from global requirements3.0.0
Change-Id: I531dd958b014b614b567b53826748073a9fb37e6
-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 85900b0..b0f32c2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,7 @@ pbr>=1.6
Babel>=1.3
enum34;python_version=='2.7' or python_version=='2.6'
iso8601>=0.1.9
-oslo.config>=2.6.0 # Apache-2.0
+oslo.config>=2.7.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.utils>=2.8.0 # Apache-2.0
six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7a50698..d7b0033 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,7 +9,7 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6'
fixtures>=1.3.1
# These are needed for docs generation
-oslosphinx>=2.5.0 # Apache-2.0
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
eventlet>=0.17.4