From 85d8adaec6ac976a4c95f0796eaaca2ff15d4f67 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 27 Jul 2017 20:19:00 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I2da0ea1c58865c47396b001f1aa66c54ece57bfb --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d7ba2b1a6..6935bc3fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ decorator>=3.4.0 # BSD jmespath>=0.9.0 # MIT jsonpatch>=1.1 # BSD ipaddress>=1.0.7;python_version<'3.3' # PSF -os-client-config>=1.27.0 # Apache-2.0 +os-client-config>=1.28.0 # Apache-2.0 # These two are here to prevent issues with version pin mismatches from our # client library transitive depends. # Babel can be removed when ironicclient is removed (because of openstackclient @@ -19,7 +19,7 @@ six>=1.9.0 # MIT futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD iso8601>=0.1.11 # MIT -keystoneauth1>=2.21.0 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 netifaces>=0.10.4 # MIT python-keystoneclient>=3.8.0 # Apache-2.0 python-ironicclient>=1.14.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 16c7d8ccf..67f0acfa3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 requests-mock>=1.1 # Apache-2.0 sphinx>=1.6.2 # BSD