From 9489f57d486b9bbef7cc5dd137ba632c54d2e9e4 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Wed, 22 Sep 2021 12:02:10 -0400 Subject: [PATCH] Raise min of oslo.db to 11.0.0 Our current min is the victoria release of oslo.db; let's update to the xena series (which we've been testing with anyway). Change-Id: I55575f65531887647d8481a2a8efcc52490bf02b --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d357a44af3e..0e52c2bbe41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ oauth2client>=4.1.3 # Apache-2.0 oslo.config>=8.3.2 # Apache-2.0 oslo.concurrency>=4.4.0 # Apache-2.0 oslo.context>=3.1.1 # Apache-2.0 -oslo.db>=8.4.0 # Apache-2.0 +oslo.db>=11.0.0 # Apache-2.0 oslo.log>=4.5.0 # Apache-2.0 oslo.messaging>=12.5.0 # Apache-2.0 oslo.middleware>=4.1.1 # Apache-2.0