From 1f85fdab5a39f1cf8973991935716c306df5aa6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 16:24:45 +0900 Subject: [PATCH] chore(deps): update dependency sqlalchemy to v2.0.52 --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 8732159..a204828 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -4,7 +4,7 @@ uvicorn==0.30.6 autoflake==2.3.1 black==24.8.0 isort==5.13.2 -SQLAlchemy==2.0.34 +SQLAlchemy==2.0.52 psycopg2==2.9.9 requests==2.31.0 pytest==7.4.4