From 52328aaa7d389f4cb04f6c4fb7767922259c859e Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 21 Aug 2016 05:12:59 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ie6daa7b3f1d5fa15d419eb87904ce3813852a9eb --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f1ba44de2b..eb5a8b18e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,9 +42,9 @@ pbr>=1.6 # Apache-2.0 pecan>=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.0.0 # Apache-2.0 +python-glanceclient!=2.4.0,>=2.0.0 # Apache-2.0 python-heatclient>=1.1.0 # Apache-2.0 -python-neutronclient>=4.2.0 # Apache-2.0 +python-neutronclient>=5.1.0 # Apache-2.0 python-k8sclient>=0.2.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 882072bf65..7074a999f9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ # Despite above warning added by global sync process, please use # ascii betical order. -bandit>=1.0.1 # Apache-2.0 +bandit>=1.1.0 # Apache-2.0 coverage>=3.6 # Apache-2.0 doc8 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD