summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-04-07 21:29:15 +0000
committerGerrit Code Review <review@openstack.org>2016-04-07 21:29:16 +0000
commit632b128f4ffc3e5d2af887284ba3d958b404c63e (patch)
tree558a42490ab96b55c59ba0d2d834c23f858213f0
parentbc074d4718cd94a8cfd3af86c2d457c29651a2d4 (diff)
parent3758022b7bf29f0f871c3419bcbc57649d6fd0e9 (diff)
downloadglance_store-632b128f4ffc3e5d2af887284ba3d958b404c63e.tar.gz
Merge "Updated from global requirements"
-rw-r--r--requirements.txt2
-rw-r--r--setup.cfg2
-rw-r--r--test-requirements.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index f102881..5626407 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-oslo.config>=3.7.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
diff --git a/setup.cfg b/setup.cfg
index 2ababd8..905d361 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -63,7 +63,7 @@ swift =
httplib2>=0.7.5 # MIT
python-swiftclient>=2.2.0 # Apache-2.0
cinder =
- python-cinderclient>=1.3.1 # Apache-2.0
+ python-cinderclient>=1.6.0 # Apache-2.0
os-brick>=1.0.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d66c378..1da25c1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21,4 +21,4 @@ os-testr>=0.4.1 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-reno>=0.1.1 # Apache2
+reno>=1.6.2 # Apache2