summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-14 20:36:13 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-14 20:36:13 +0000
commitbfa7e51252f5467e152bfe1dc046bcd79ce0ba0a (patch)
tree06cb3e0a4a04e8cd97f0b35663f4d55119680c28
parent33d0eb5f9339439fe1b013466cf35b7c55ed09a8 (diff)
downloadpython-barbicanclient-bfa7e51252f5467e152bfe1dc046bcd79ce0ba0a.tar.gz
Updated from global requirements
Change-Id: Ia5c37c56147c2eb495ee4c9194ce8fb51e720978
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 0dfd44b..d8a213f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,10 +3,10 @@
# process, which may cause wedges in the gate later.
pbr>=1.6
argparse
-requests>=2.8.1
+requests!=2.9.0,>=2.8.1
six>=1.9.0
python-keystoneclient!=1.8.0,>=1.6.0
cliff>=1.15.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=2.8.0 # Apache-2.0
+oslo.utils>=3.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a5d5f92..66438ba 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,7 +11,7 @@ testrepository>=0.0.18
testtools>=1.4.0
oslotest>=1.10.0 # Apache-2.0
nose
-python-openstackclient>=1.5.0
+python-openstackclient>=2.0.0
# Documentation build requirements
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2