summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-06 08:30:03 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-06 08:30:03 +0000
commitecbfb37ff80035f75c4508b152b0f0f803dfa600 (patch)
tree0998206c604bba2e30ae05e6a7cd359dada7e0fa
parent36ad09c4fd6af691f0a7c3c47c9876187bcf71c8 (diff)
downloadpython-cinderclient-ecbfb37ff80035f75c4508b152b0f0f803dfa600.tar.gz
Updated from global requirements1.1.3
Change-Id: If3c3eed2db74d75b4e8167a90f53beb3e3ee3af3
-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 5a66b60..fb0d64a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ pbr!=0.7,<1.0,>=0.6
argparse
PrettyTable<0.8,>=0.7
python-keystoneclient<1.4.0,>=1.2.0
-requests!=2.4.0,>=2.2.0
+requests!=2.4.0,<2.8.0,>=2.2.0
simplejson>=2.2.0
Babel>=1.3
six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 22bfb57..4e661c7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,5 +11,5 @@ oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
python-subunit>=0.0.18
requests-mock>=0.6.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-testtools!=1.2.0,>=0.9.36
+testtools!=1.2.0,<2.0.0,>=0.9.36
testrepository>=0.0.18