From 055d39ad5463c40805edf030842a9caf583e4e20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: 2025年10月10日 19:52:18 +0000 Subject: [PATCH] chore(deps): update dependency sqlalchemy to v2.0.44 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3799a60..90bcbe1 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.44 ; 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"