From dad4499bd1d6955dd4fe00abecc5415bd466e1d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:11:29 +0000 Subject: [PATCH] Update dependency sqlalchemy to v2.0.45 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6c0761..df0d47a 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.45 ; 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"