From 57680e547c0db7eb924a71ed46f6fd3dbb9bebb8 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sun, 1 Sep 2019 22:30:42 +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: I0d90720fab98192a191bb9ce5dae5190f2d23051 --- 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 2c7cba0f8a..e7bd5f3fd2 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -125,7 +125,7 @@ python-subunit==1.2.0 python-swiftclient==3.2.0 python-troveclient==2.2.0 python-zaqarclient==1.3.0 -python-zunclient==2.0.0 +python-zunclient==3.4.0 pytz==2013.6 PyYAML==3.12 repoze.lru==0.7 diff --git a/requirements.txt b/requirements.txt index 27e5e2bd88..f0b0706392 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ python-saharaclient>=1.4.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 python-troveclient>=2.2.0 # Apache-2.0 python-zaqarclient>=1.3.0 # Apache-2.0 -python-zunclient>=2.0.0 # Apache-2.0 +python-zunclient>=3.4.0 # Apache-2.0 pytz>=2013.6 # MIT PyYAML>=3.12 # MIT requests>=2.14.2 # Apache-2.0