summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-06-15 15:33:41 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-06-15 15:33:41 +0000
commit13ac0901d227f7259a0cef5d225ec19f50c2d8ca (patch)
tree932f74cbdfd79ef3f5f9c802ca19da9647ce24e6
parentc579701497b7c94531ad1b439727be2fc36aa050 (diff)
downloadpython-neutronclient-13ac0901d227f7259a0cef5d225ec19f50c2d8ca.tar.gz
Updated from global requirements
Change-Id: Ib4525d1804cb1d05066d5ddf074ab3d59a951d6b
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 9eb8195..617c235 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,11 +11,11 @@ oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
os-client-config>=1.27.0 # Apache-2.0
-keystoneauth1>=2.20.0 # Apache-2.0
+keystoneauth1>=2.21.0 # Apache-2.0
# keystoneclient is used only by neutronclient.osc.utils
# TODO(amotoki): Drop this after osc.utils has no dependency on keystoneclient
python-keystoneclient>=3.8.0 # Apache-2.0
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
simplejson>=2.2.0 # MIT
six>=1.9.0 # MIT
Babel!=2.4.0,>=2.3.4 # BSD