From 4ee0e8d61897712dfd92383a5324ae00becb783e Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 10 Apr 2016 18:22:36 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I2712cf7f0a99ea5f3415fb61f673c6c9b9c716c5 --- requirements.txt | 18 +++++++++--------- test-requirements.txt | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index ac9211434b..4644ec284c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 lxml>=2.3 # BSD netaddr!=0.7.16,>=0.7.12 # BSD oslo.cache>=1.5.0 # Apache-2.0 -oslo.config>=3.7.0 # Apache-2.0 +oslo.config>=3.9.0 # Apache-2.0 oslo.concurrency>=3.5.0 # Apache-2.0 oslo.context>=2.2.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0 @@ -30,30 +30,30 @@ osprofiler>=1.1.0 # Apache-2.0 oslo.versionedobjects>=1.5.0 # Apache-2.0 PasteDeploy>=1.5.0 # MIT pycrypto>=2.6 # Public Domain -python-barbicanclient>=3.3.0 # Apache-2.0 +python-barbicanclient>=4.0.0 # Apache-2.0 python-ceilometerclient>=2.2.1 # Apache-2.0 -python-cinderclient>=1.3.1 # Apache-2.0 +python-cinderclient>=1.6.0 # Apache-2.0 python-designateclient>=1.5.0 # Apache-2.0 python-glanceclient>=2.0.0 # Apache-2.0 python-heatclient>=0.6.0 # Apache-2.0 python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 -python-magnumclient>=0.2.1 # Apache-2.0 +python-magnumclient>=2.0.0 # Apache-2.0 python-manilaclient>=1.3.0 # Apache-2.0 python-mistralclient>=1.0.0 # Apache-2.0 -python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0 +python-neutronclient>=4.1.1 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-openstackclient>=2.1.0 # Apache-2.0 python-saharaclient>=0.13.0 # Apache-2.0 python-senlinclient>=0.3.0 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 -python-troveclient!=2.1.0,>=1.2.0 # Apache-2.0 -python-zaqarclient>=0.3.0 # Apache-2.0 +python-troveclient>=2.2.0 # Apache-2.0 +python-zaqarclient>=1.0.0 # Apache-2.0 pytz>=2013.6 # MIT PyYAML>=3.1.0 # MIT requests!=2.9.0,>=2.8.1 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 -Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT -Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT +Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT +Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT six>=1.9.0 # MIT SQLAlchemy<1.1.0,>=1.0.10 # MIT sqlalchemy-migrate>=0.9.6 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f648bd7513..c90c15c609 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ hacking<0.11,>=0.10.0 bandit>=0.17.3 # Apache-2.0 coverage>=3.6 # Apache-2.0 -fixtures>=1.3.1,<2.0 # Apache-2.0/BSD +fixtures<2.0,>=1.3.1 # Apache-2.0/BSD kombu>=3.0.25 # BSD mock>=1.2 # BSD mox3>=0.7.0 # Apache-2.0 @@ -20,7 +20,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT testresources>=0.2.4 # Apache-2.0/BSD -reno>=0.1.1 # Apache2 +reno>=1.6.2 # Apache2 # Next two are used in integration tests only os-collect-config # Apache-2.0 paramiko>=1.16.0 # LGPL