From b4a192a74c32d70278510b0a768c42220ff03b6f Mon Sep 17 00:00:00 2001 From: LIU Yulong Date: Tue, 15 Feb 2022 08:49:36 +0800 Subject: [PATCH] Bump python-neutronclient version to 7.8.0 Fullstack test cases need this release [1] of python-neutronclient. Update the cliff version because: python-neutronclient 7.8.0 depends on cliff>=3.4.0 cliff==3.4.0 requires stevedore>=2.0.1 python-neutronclient 7.8.0 depends on osc-lib>=1.12.0 [1] https://review.opendev.org/c/openstack/releases/+/828442 Partially-Implements: bp/packet-rate-limit Related-Bug: #1938966 Related-Bug: #1912460 Change-Id: Ibc1fbb90bf22128cd783c8d8598fb3c49591eae2 --- lower-constraints.txt | 8 ++++---- requirements.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 400a24c75a7..2566cf41783 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -7,7 +7,7 @@ beautifulsoup4==4.6.0 cachetools==2.0.0 cryptography<3.3 cffi==1.13.2 -cliff==2.8.0 +cliff==3.4.0 cmd2==0.8.0 contextlib2==0.4.0 coverage==4.0 @@ -57,7 +57,7 @@ os-ken==2.2.0 os-resource-classes==1.1.0 os-service-types==1.7.0 os-vif==1.15.1 -osc-lib==1.8.0 +osc-lib==1.12.0 oslo.cache==1.26.0 oslo.concurrency==3.26.0 oslo.config==8.0.0 @@ -104,7 +104,7 @@ python-designateclient==2.7.0 python-editor==1.0.3 python-keystoneclient==3.8.0 python-mimeparse==1.6.0 -python-neutronclient==6.7.0 +python-neutronclient==7.8.0 python-novaclient==9.1.0 python-subunit==1.0.0 pytz==2013.6 @@ -121,7 +121,7 @@ SQLAlchemy==1.4.23 sqlparse==0.2.2 statsd==3.2.1 stestr==1.0.0 -stevedore==1.20.0 +stevedore==2.0.1 Tempita==0.5.2 tenacity==6.0.0 testrepository==0.0.18 diff --git a/requirements.txt b/requirements.txt index d809cdbcfee..24886b6c301 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,13 +17,13 @@ keystonemiddleware>=5.1.0 # Apache-2.0 netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT neutron-lib>=2.20.0 # Apache-2.0 -python-neutronclient>=6.7.0 # Apache-2.0 +python-neutronclient>=7.8.0 # Apache-2.0 tenacity>=6.0.0 # Apache-2.0 SQLAlchemy>=1.4.23 # MIT WebOb>=1.8.2 # MIT keystoneauth1>=3.14.0 # Apache-2.0 alembic>=1.6.5 # MIT -stevedore>=1.20.0 # Apache-2.0 +stevedore>=2.0.1 # Apache-2.0 oslo.cache>=1.26.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 oslo.config>=8.0.0 # Apache-2.0