From 902df86a1a9f8ffd2088d6cd75cd9a3d8f2f1a3d Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 23 Jan 2017 23:42:32 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I967a3c3b4a20ad0f17c5569660b5ce90f7be73d4 --- requirements.txt | 6 +++--- test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6d6391929..00840858f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Babel>=2.3.4 # BSD eventlet!=0.18.3,>=0.18.2 # MIT PuLP>=1.4.1 # MIT -keystoneauth1>=2.17.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0 keystonemiddleware>=4.12.0 # Apache-2.0 Paste # MIT PasteDeploy>=1.5.0 # MIT @@ -18,8 +18,8 @@ python-neutronclient>=5.1.0 # Apache-2.0 python-ceilometerclient>=2.5.0 # Apache-2.0 python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 -python-ironicclient>=1.9.0 # Apache-2.0 -alembic>=0.8.4 # MIT +python-ironicclient>=1.10.0 # Apache-2.0 +alembic>=0.8.10 # MIT python-dateutil>=2.4.2 # BSD python-glanceclient>=2.5.0 # Apache-2.0 Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 806897605..8830a3c1f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ hacking<0.11,>=0.10.2 coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 requests-mock>=1.1 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD