From 60536f6912de7ba1542d02405e472c733c75c8e5 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sun, 1 Sep 2019 22:37:40 +0000 Subject: [PATCH] Bump lower constraint of python-zunclient Projects that depends on python-zunclient should use the latest version as lower constraint. Change-Id: I561736d522033dad841fbcbb03645fff880c9df2 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 9188cab1a..0a04e0b2f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -132,7 +132,7 @@ python-tackerclient==0.8.0 python-troveclient==2.2.0 python-vitrageclient==2.0.0 python-zaqarclient==1.0.0 -python-zunclient==1.0.0 +python-zunclient==3.4.0 python-qinlingclient==1.0.0 pytz==2013.6 PyYAML==3.12 diff --git a/requirements.txt b/requirements.txt index 8a2f089f0..63780f090 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ python-troveclient>=2.2.0 # Apache-2.0 python-ironicclient!=2.7.1,>=2.7.0 # Apache-2.0 python-ironic-inspector-client>=1.5.0 # Apache-2.0 python-vitrageclient>=2.0.0 # Apache-2.0 -python-zunclient>=1.0.0 # Apache-2.0 +python-zunclient>=3.4.0 # Apache-2.0 python-qinlingclient>=1.0.0 # Apache-2.0 PyJWT>=1.0.1 # MIT PyYAML>=3.12 # MIT