From e9715c3b34bf2d82ce721db1ccd27b2570ce4b76 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 15 Nov 2021 14:59:27 +0000 Subject: [PATCH] Update git submodules * Update oslo.db from branch 'master' to 2fbda1b67193280d2663886031a1152ef6f2927a - Merge "Replace use of 'Engine.execute()'" - Replace use of 'Engine.execute()' Resolve the following RemovedIn20Warning warning: The Engine.execute() method is considered legacy as of the 1.x series of SQLAlchemy and will be removed in 2.0. All statement execution in SQLAlchemy 2.0 is performed by the Connection.execute() method of Connection, or in the ORM by the Session.execute() method of Session. Change-Id: I4c47a690a94abcb3b4b6fb087a1bf86c5350b523 Signed-off-by: Stephen Finucane --- oslo.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.db b/oslo.db index 6be85c15ed..2fbda1b671 160000 --- a/oslo.db +++ b/oslo.db @@ -1 +1 @@ -Subproject commit 6be85c15ed1682f1e7ec5df6c5d40c888ca64539 +Subproject commit 2fbda1b67193280d2663886031a1152ef6f2927a