From 5e9ee9bae7854a74a1921fde783c409f4c0e2ca0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 19:29:31 +0000 Subject: [PATCH] Update dependency sqlalchemy to v2.0.41 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dfc1d8..cabbfaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ pyflakes==3.2.0 ; python_version >= "3.10" and python_version < "4.0" pymysql==1.1.0 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" redis==5.0.3 ; python_version >= "3.10" and python_version < "4.0" -sqlalchemy==2.0.29 ; python_version >= "3.10" and python_version < "4.0" +sqlalchemy==2.0.41 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.11.0 ; python_version >= "3.10" and python_version < "4.0" webassets==2.0 ; python_version >= "3.10" and python_version < "4.0"