From 5ee9325fcc9c13815dd18950238b2f3f56eb11e5 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 4 Aug 2021 12:59:14 +0200 Subject: [PATCH] Bump neutron-lib to 2.13.0 Change-Id: I96100d3f62835d66f6ddf252c7ef638aca1f487b --- 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 879475bfed5..96e01c110ad 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -50,7 +50,7 @@ msgpack-python==0.4.0 munch==2.1.0 netaddr==0.7.18 netifaces==0.10.4 -neutron-lib==2.12.0 +neutron-lib==2.13.0 openstacksdk==0.31.2 os-client-config==1.28.0 os-ken==2.0.0 diff --git a/requirements.txt b/requirements.txt index 60306472f0e..760324c96e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=5.1.0 # Apache-2.0 netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT -neutron-lib>=2.12.0 # Apache-2.0 +neutron-lib>=2.13.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 tenacity>=6.0.0 # Apache-2.0 SQLAlchemy>=1.3.23 # MIT