From 136ae7740f19b13aa33d60dc8764017d02eb16e2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 22 Oct 2016 01:17:28 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ie8e0d066435626e5883e3fd11571d9692b4c8bb6 --- requirements.txt | 6 +++--- test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index dbcbe534..4a632f52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,14 +14,14 @@ oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 oslo.messaging>=5.2.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.17.0 # Apache-2.0 oslo.rootwrap>=5.0.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 -WebOb>=1.2.3 # MIT +WebOb>=1.6.0 # MIT python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 cliff>=2.2.0 # Apache-2.0 six>=1.9.0 # MIT tooz>=1.28.0 # Apache-2.0 pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License keystonemiddleware!=4.5.0,>=4.2.0 # Apache-2.0 -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 +python-keystoneclient>=3.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6a0137f4..ead526aa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. unittest2 # BSD nose # LGPL -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 mock>=2.0 # BSD pep8==1.5.7 # MIT iso8601>=0.1.11 # MIT