From e63fc809586542ae2ca05bcd60a84c936ef859c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:43:01 +0000 Subject: [PATCH] chore(deps): 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 3799a60..223b80b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pygments==2.19.2 ; python_version >= "3.12" and python_version < "4.0" pymysql==1.1.2 ; python_version >= "3.12" and python_version < "4.0" pytest==8.4.2 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" -sqlalchemy==2.0.43 ; 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.15.0 ; python_version >= "3.12" and python_version < "4.0" werkzeug==3.1.3 ; python_version >= "3.12" and python_version < "4.0" win32-setctime==1.2.0 ; python_version >= "3.12" and python_version < "4.0" and sys_platform == "win32"