From e549e2b3da4c26a4e9c8e7faa6a3c7d432f0db9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 03:58:52 +0000 Subject: [PATCH] chore(deps): update dependency sqlalchemy to v2.0.46 --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 8732159..90ccb67 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.46 psycopg2==2.9.9 requests==2.31.0 pytest==7.4.4