summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-10-19 02:49:48 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-10-19 02:49:48 +0000
commit81b3fe86dc2112bd615c3029d828305884568538 (patch)
treeb794efb2e44d7f246bdf29d6a1d6075ed825a18f
parentf1007d08a7f065894eee85e61a712d975b56ae4e (diff)
downloadkeystone-81b3fe86dc2112bd615c3029d828305884568538.tar.gz
Updated from global requirements
Change-Id: I4738a0ebda4f2043271a70b5ccd9bb6dda374502
-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 555a148f3..3c1606ff2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,7 +21,7 @@ keystonemiddleware>=2.0.0
oslo.concurrency>=2.3.0 # Apache-2.0
oslo.config>=2.3.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
-oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
+oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,>=1.16.0 # Apache-2.0
oslo.db>=2.4.1 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a027613f3..a69242656 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -33,4 +33,4 @@ oslosphinx>=2.5.0 # Apache-2.0
tempest-lib>=0.8.0
# Functional tests.
-requests>=2.5.2
+requests!=2.8.0,>=2.5.2