From a000fb0855b1b172851823af371dfd90c4123a63 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 5 Nov 2018 22:52:17 +0100 Subject: [PATCH] Update lower-constraints to meet neutron-lib This patch updates minimal required versions of oslo.concurrency oslo.config to be same as in neutron-lib. Change-Id: I2a2f68731445634b2599f27b3146c1bff31cb0c9 --- 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 464fb9e8ecb..425825a00bc 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -64,8 +64,8 @@ os-service-types==1.2.0 os-xenapi==0.3.1 osc-lib==1.8.0 oslo.cache==1.26.0 -oslo.concurrency==3.25.0 -oslo.config==5.1.0 +oslo.concurrency==3.26.0 +oslo.config==5.2.0 oslo.context==2.19.2 oslo.db==4.27.0 oslo.i18n==3.15.3 diff --git a/requirements.txt b/requirements.txt index c5a94477a21..081f5b2519c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,8 +26,8 @@ alembic>=0.8.10 # MIT six>=1.10.0 # MIT stevedore>=1.20.0 # Apache-2.0 oslo.cache>=1.26.0 # Apache-2.0 -oslo.concurrency>=3.25.0 # Apache-2.0 -oslo.config>=5.1.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.i18n>=3.15.3 # Apache-2.0