From 356593caffd35aad67e4629f567e6afe163b3903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:54:05 +0000 Subject: [PATCH] Update dependency sqlalchemy to v2.0.43 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6c0761..de3a8f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pyflakes==3.4.0 ; python_version >= "3.12" and python_version < "4.0" pymysql==1.1.1 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" redis==6.2.0 ; python_version >= "3.12" and python_version < "4.0" -sqlalchemy==2.0.41 ; python_version >= "3.12" and python_version < "4.0" +sqlalchemy==2.0.43 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.14.1 ; python_version >= "3.12" and python_version < "4.0" webassets==2.0 ; python_version >= "3.12" and python_version < "4.0" werkzeug==3.1.3 ; python_version >= "3.12" and python_version < "4.0"