From 1c27dc05d7e50588a566da0077f708aed3e7414e Mon Sep 17 00:00:00 2001 From: Bence Romsics Date: Thu, 22 Aug 2019 14:45:13 +0200 Subject: [PATCH] bump neutron-lib to 1.29.0 Bump neutron-lib to 1.29.0 [1] in requirements and lower-constraints. [1] https://review.opendev.org/677314 Change-Id: Ia243c7d64f99ca222ad3b9c583fe4a64b01beb43 --- 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 84d5255a8d6..0678aea13ee 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -56,7 +56,7 @@ msgpack-python==0.4.0 munch==2.1.0 netaddr==0.7.18 netifaces==0.10.4 -neutron-lib==1.28.0 +neutron-lib==1.29.0 openstackdocstheme==1.30.0 openstacksdk==0.11.2 os-client-config==1.28.0 diff --git a/requirements.txt b/requirements.txt index ebb8636a608..6a9b8f90f28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=4.17.0 # Apache-2.0 netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT -neutron-lib>=1.28.0 # Apache-2.0 +neutron-lib>=1.29.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 SQLAlchemy>=1.2.0 # MIT