From b6eb36208154295678ee40a536842735fc857e7f Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sat, 7 Sep 2019 16:17:24 +0000 Subject: [PATCH] Bump python-zunclient to 3.5.0 Change-Id: I08263611ae679f6c61eff913f1afec5597ee2c14 --- 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 a15cd07..be8eef3 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -81,7 +81,7 @@ python-neutronclient==6.7.0 python-novaclient==10.1.0 python-openstackclient==3.14.0 python-swiftclient==3.5.0 -python-zunclient==1.4.0 +python-zunclient==3.5.0 pytz==2018.3 PyYAML==3.12 rcssmin==1.0.6 diff --git a/requirements.txt b/requirements.txt index c8957b5..e45738b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ # # PBR should always appear first pbr>=3.1.1 # Apache-2.0 -python-zunclient>=1.4.0 # Apache-2.0 +python-zunclient>=3.5.0 # Apache-2.0 horizon>=15.0.0.0b1 # Apache-2.0