From 130dad25b67d7a0bd52fdcbda9ba24e64865f9ba Mon Sep 17 00:00:00 2001 From: Boden R Date: Mon, 29 Apr 2019 09:44:54 -0600 Subject: [PATCH] bump neutron-lib to 1.26.0 Bump up the required and lower constraint for neutron-lib to use the latest release 1.26.0. Also see https://review.opendev.org/#/c/653887/ Change-Id: I55344c117793ddce91ad95401e1306d6605ee586 --- 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 892b14f99a7..c0d07206025 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.25.0 +neutron-lib==1.26.0 openstackdocstheme==1.18.1 openstacksdk==0.11.2 os-client-config==1.28.0 diff --git a/requirements.txt b/requirements.txt index 5b425e37118..010434e655b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,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.25.0 # Apache-2.0 +neutron-lib>=1.26.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 SQLAlchemy>=1.2.0 # MIT