From e0472ce9f10f453659552e8c042c0c00036eab66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 21:48:16 +0000 Subject: [PATCH] chore(deps): update dependency sqlalchemy to v2.0.40 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f51791..9b1d6ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" pymysql==1.1.1 ; python_version >= "3.10" and python_version < "4.0" pytest==8.2.2 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" -sqlalchemy==2.0.30 ; python_version >= "3.10" and python_version < "4.0" +sqlalchemy==2.0.40 ; 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.12.2 ; python_version >= "3.10" and python_version < "4.0" werkzeug==3.0.3 ; python_version >= "3.10" and python_version < "4.0"