summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-10-07 19:12:29 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-10-07 19:12:29 +0000
commit2520502724c549fb7ad846203ed60eb86c21aed3 (patch)
tree51541b24b7679b943a1c665c165906379667e164
parentf8bd4c5716a0a4095b78f023f568e09a2e0b632a (diff)
downloadkeystone-2520502724c549fb7ad846203ed60eb86c21aed3.tar.gz
Updated from global requirements
Change-Id: If2d591bba119998e41f109f4099ba4147821171e
-rw-r--r--test-requirements-py3.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 2aacbb3db..30fc13c07 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -51,7 +51,7 @@ testscenarios>=0.4
# keystoneclient <0.2.1
httplib2>=0.7.5
# replaces httplib2 in keystoneclient >=0.2.1
-requests>=1.2.1,!=2.4.0
+requests>=2.2.0,!=2.4.0
keyring>=2.1,!=3.3
# For documentation
diff --git a/test-requirements.txt b/test-requirements.txt
index 957961ae0..9bc654297 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -52,7 +52,7 @@ testscenarios>=0.4
# keystoneclient <0.2.1
httplib2>=0.7.5
# replaces httplib2 in keystoneclient >=0.2.1
-requests>=1.2.1,!=2.4.0
+requests>=2.2.0,!=2.4.0
keyring>=2.1,!=3.3
# For documentation