summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-06-03 13:05:19 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-06-03 13:05:19 +0000
commitc86bbd076f1b9a16e7889a991a942ea16d0ed7be (patch)
tree84f75cca2d5f2fc8b207617d5e5fa556a018fa4d
parentc2d61ee459306930ce474acb0b53b9e246ed000c (diff)
downloadkeystonemiddleware-c86bbd076f1b9a16e7889a991a942ea16d0ed7be.tar.gz
Updated from global requirements
Change-Id: I119fbce30d448bcda1be5da1122922b1ea5c3b57
-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 ac636f4..f13c461 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
keystoneauth1>=2.20.0 # Apache-2.0
-oslo.config>=3.22.0 # Apache-2.0
+oslo.config>=4.0.0 # Apache-2.0
oslo.context>=2.14.0 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
oslo.log>=3.22.0 # Apache-2.0
diff --git a/setup.cfg b/setup.cfg
index 232cb18..8f4c1d7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,7 @@ packages =
[extras]
audit_notifications =
- oslo.messaging>=5.19.0 # Apache-2.0
+ oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
[global]
setup-hooks =
diff --git a/test-requirements.txt b/test-requirements.txt
index 8b580e5..c17dab0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,7 +12,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0
requests-mock>=1.1 # Apache-2.0
sphinx!=1.6.1,>=1.5.1 # BSD
stevedore>=1.20.0 # Apache-2.0