From 089e6f2a5ae25a11173d8737abbd136b87483b6f Mon Sep 17 00:00:00 2001 From: Yaguo Zhou Date: Fri, 22 Sep 2017 10:29:24 +0800 Subject: [PATCH] Raise oslo.db minimum from 4.24.0 to 4.27.0 oslo.db will NOT throw the deprecated DbMigrationError since 4.27.0 Consumers should use DBMigrationError instead. Reference: Ibb2f105c58252adb7dfe4f1a7d6643410ac031b3 Change-Id: I0ebd69c3d778acb5bec9e136627e345e7fcf2bd3 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index c515e57705..b771c982a9 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -135,7 +135,7 @@ oslo.cache>=1.22.0 # Apache-2.0 oslo.config>=4.6.0 # Apache-2.0 oslo.concurrency>=3.20.0 # Apache-2.0 oslo.context>=2.14.0 # Apache-2.0 -oslo.db>=4.24.0 # Apache-2.0 +oslo.db>=4.27.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 oslo.messaging>=5.29.0 # Apache-2.0