From e194d703fc918d964b11cebb0f5ce9553d74b6a7 Mon Sep 17 00:00:00 2001 From: Boden R Date: Tue, 5 Mar 2019 11:00:26 -0700 Subject: [PATCH] bump neutron-lib to 1.25.0 Follow suit with neutron https://review.openstack.org/#/c/640253/ Likely 1.25.0 will be used for Stein. Change-Id: I51e136ac536e7272352a14c69f671f6e2ec8adc2 --- 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 08513b3eda..37ec067c55 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==1.24.0 +neutron-lib==1.25.0 octavia==3.0.0 openstackdocstheme==1.18.1 os-client-config==1.28.0 @@ -61,7 +61,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 8f96a1d0d9..2819771c3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,13 +10,13 @@ tenacity>=4.4.0 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.2.0 # MIT six>=1.10.0 # MIT stevedore>=1.20.0 # Apache-2.0 -neutron-lib>=1.24.0 # Apache-2.0 +neutron-lib>=1.25.0 # Apache-2.0 osc-lib>=1.10.0 # Apache-2.0 python-openstackclient>=3.16.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 oslo.config>=5.2.0 # 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.serialization!=2.19.1,>=2.18.0 # Apache-2.0