From aa365092ae0cc0f7461b3fc13db8ef4b6a4d8bea Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 28 Jul 2017 04:14:10 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Iff6f44f183a0e011c8d1338d3e77f5a60370d2b7 --- requirements.txt | 2 +- setup.cfg | 2 +- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 95fa9672..704e4527 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT six>=1.9.0 # MIT jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 43fdf0ce..0bfef326 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,7 +59,7 @@ swift = httplib2>=0.7.5 # MIT python-swiftclient>=3.2.0 # Apache-2.0 cinder = - python-cinderclient>=3.0.0 # Apache-2.0 + python-cinderclient>=3.1.0 # Apache-2.0 os-brick>=1.15.1 # Apache-2.0 oslo.rootwrap>=5.0.0 # Apache-2.0 oslo.privsep!=1.17.0,>=1.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c26f8ad3..f420e018 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,5 +21,5 @@ bandit>=1.1.0 # Apache-2.0 # this is required for the docs build jobs sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 reno!=2.3.1,>=1.8.0 # Apache-2.0