From ce9f683b5ce2cd1f2880a53a67f6a1a5a35c17e3 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 24 Dec 2023 06:14:42 +0100 Subject: [PATCH] Update git submodules * Update masakari from branch 'master' to 5647c6b1320ad2e597a297487085f39235c525a7 - db: Don't rely on implicit autocommit Resolve the following RemovedIn20Warning warning: The current statement is being autocommitted using implicit autocommit, which will be removed in SQLAlchemy 2.0. Use the .begin() method of Engine or Connection in order to use an explicit transaction for DML and DDL statements. This is the beefiest one due to our extensive reliance on auto-commit. Change-Id: Iebf9d022c312b8f5457ff34eb497cdb851aa4901 Signed-off-by: Stephen Finucane --- masakari | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masakari b/masakari index bbc4f7edd0..5647c6b132 160000 --- a/masakari +++ b/masakari @@ -1 +1 @@ -Subproject commit bbc4f7edd0a6539e8fce9d696cc236864315ad84 +Subproject commit 5647c6b1320ad2e597a297487085f39235c525a7