summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2020-10-28 03:11:03 +0000
committerLance Bragstad <lbragstad@gmail.com>2020-10-28 03:11:03 +0000
commit9fc2b031c4787724b3cd19c6f64ab3799b66854c (patch)
tree259f7da06ffcb3366e44479686403ea503fa3fe3
parent2273f53a89216cebf3c1d50debccbbaf91e9abba (diff)
downloadcinder-9fc2b031c4787724b3cd19c6f64ab3799b66854c.tar.gz
Bump minimum version of oslo.log
This makes it so we can use deprecated versions for the Wallaby cycle. Change-Id: Id72ee30cc329607d1b13752d79081cf6b89dbea6
-rw-r--r--lower-constraints.txt2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 30848e553..cfb4097c7 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -67,7 +67,7 @@ oslo.config==6.11.0
oslo.context==2.23.0
oslo.db==6.0.0
oslo.i18n==3.24.0
-oslo.log==3.44.0
+oslo.log==4.3.0
oslo.messaging==6.4.0
oslo.middleware==3.31.0
oslo.policy==1.44.1
diff --git a/requirements.txt b/requirements.txt
index 98695d376..43aa357ed 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,7 +18,7 @@ oslo.config>=6.11.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.context>=2.23.0 # Apache-2.0
oslo.db>=6.0.0 # Apache-2.0
-oslo.log>=3.44.0 # Apache-2.0
+oslo.log>=4.3.0 # Apache-2.0
oslo.messaging>=6.4.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
oslo.policy>=1.44.1 # Apache-2.0