From 24510b20e2a61bbffa79444daaf816cd4a0d6206 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 5 Jun 2017 17:22:12 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ia27909e1583551783e2189de00a65f8e527c2f47 --- requirements.txt | 6 +++--- test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a6bbac1b1d..f4d856a143 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ oslo.context>=2.14.0 # Apache-2.0 oslo.db>=4.21.1 # Apache-2.0 oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0 -oslo.messaging>=5.19.0 # Apache-2.0 +oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 oslo.middleware>=3.27.0 # Apache-2.0 oslo.policy>=1.17.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 @@ -41,9 +41,9 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD pycadf!=2.0.0,>=1.1.0 # Apache-2.0 python-barbicanclient>=4.0.0 # Apache-2.0 -python-glanceclient>=2.5.0 # Apache-2.0 +python-glanceclient>=2.7.0 # Apache-2.0 python-heatclient>=1.6.1 # Apache-2.0 -python-neutronclient!=6.3.0,>=6.2.0 # Apache-2.0 +python-neutronclient>=6.3.0 # Apache-2.0 python-novaclient>=7.1.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4e649c872e..f9434221de 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,4 +26,4 @@ testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT # releasenotes -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0