diff options
| author | Hongbin Lu <hongbin034@gmail.com> | 2019-09-01 22:35:58 +0000 |
|---|---|---|
| committer | Hongbin Lu <hongbin034@gmail.com> | 2019-09-01 22:36:34 +0000 |
| commit | 7549d260aa8724f2104a84cfb2cbd88e24b4778c (patch) | |
| tree | 961dc1ffd90c943b3f3cacbc152adcb199e2c3a2 | |
| parent | bdf129b15f17ba2bce161ed8813dd888e6e0fb3e (diff) | |
| download | python-openstackclient-7549d260aa8724f2104a84cfb2cbd88e24b4778c.tar.gz | |
Bump lower constraint of python-zunclient
Projects that depends on python-zunclient should use the latest
version as lower constraint.
Change-Id: Idc865788f35427cc0f2926b31089ec4097831334
| -rw-r--r-- | lower-constraints.txt | 2 | ||||
| -rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 2593dd30..7993a183 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -109,7 +109,7 @@ python-subunit==1.0.0 python-swiftclient==3.2.0 python-troveclient==2.2.0 python-zaqarclient==1.0.0 -python-zunclient==1.3.0 +python-zunclient==3.4.0 pytz==2013.6 PyYAML==3.12 repoze.lru==0.7 diff --git a/test-requirements.txt b/test-requirements.txt index 64e7a077..4db30c7f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -38,4 +38,4 @@ python-searchlightclient>=1.0.0 #Apache-2.0 python-senlinclient>=1.1.0 # Apache-2.0 python-troveclient>=2.2.0 # Apache-2.0 python-zaqarclient>=1.0.0 # Apache-2.0 -python-zunclient>=1.3.0 # Apache-2.0 +python-zunclient>=3.4.0 # Apache-2.0 |
