From 3fd744a46a49f6387113489ea5312742b60c40a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:53:37 +0000 Subject: [PATCH] Update dependency SQLAlchemy to v2.0.27 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7b4c24..5cc6dad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ idna==3.4 logging==0.4.9.6 multidict==6.0.4 pytz==2023.3 -SQLAlchemy==2.0.15 +SQLAlchemy==2.0.27 typing_extensions==4.6.3 wcwidth==0.2.6 yarl==1.9.2