From 739754aabaa92c2305c46e84cf95a2148eba0ede Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 11 Sep 2017 21:50:23 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Iaf2f88061adbfb487aee00a3790c56907372bdb6 --- requirements.txt | 8 ++++---- test-requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d6dbbf2..d4af26f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,11 +8,11 @@ Django<2.0,>=1.8 # BSD django-compressor>=2.0 # MIT django-openstack-auth>=3.5.0 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -python-designateclient>=1.5.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +python-designateclient>=2.7.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 -python-manilaclient>=1.12.0 # Apache-2.0 +python-manilaclient>=1.16.0 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 -python-saharaclient>=1.1.0 # Apache-2.0 +python-saharaclient>=1.2.0 # Apache-2.0 pytz>=2013.6 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index d294b13c..2200907b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ ddt>=1.0.1 # MIT django-nose>=1.4.4 # BSD reno>=2.5.0 # Apache-2.0 mock>=2.0.0 # BSD -mox3!=0.19.0,>=0.7.0 # Apache-2.0 +mox3>=0.20.0 # Apache-2.0 netifaces>=0.10.4 # MIT nose-exclude # LGPL python-subunit>=0.0.18 # Apache-2.0/BSD