From 58f9c9687704ea621af1f4bdb28ea44f7e0c24dc Mon Sep 17 00:00:00 2001 From: Doug Wiegley Date: Thu, 28 Feb 2019 20:37:48 -0700 Subject: [PATCH] Bump neutron-lib requirement to 1.25.0 Also requires bumping oslo.db, which was bumped by neutron-lib. Change-Id: Ia9d99ea6b38268560e35d4db97cc541ed0a956ed --- lower-constraints.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 21f0dad3ba1..05d745f08c4 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.24.0 +neutron-lib==1.25.0 openstackdocstheme==1.18.1 openstacksdk==0.11.2 os-client-config==1.28.0 @@ -68,7 +68,7 @@ oslo.cache==1.26.0 oslo.concurrency==3.26.0 oslo.config==5.2.0 oslo.context==2.19.2 -oslo.db==4.27.0 +oslo.db==4.37.0 oslo.i18n==3.15.3 oslo.log==3.36.0 oslo.messaging==5.29.0 diff --git a/requirements.txt b/requirements.txt index 2fd783227fa..7de5c5cd442 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.24.0 # Apache-2.0 +neutron-lib>=1.25.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 SQLAlchemy>=1.2.0 # MIT @@ -28,7 +28,7 @@ oslo.cache>=1.26.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 -oslo.db>=4.27.0 # Apache-2.0 +oslo.db>=4.37.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.messaging>=5.29.0 # Apache-2.0