From bcec871cd2bbb22282e3837bec8b3f3439e11f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:39:11 +0000 Subject: [PATCH] chore(deps)(deps): update sqlalchemy requirement in /backend Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 02bb0df..9bfc7f4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.115.0 uvicorn[standard]>=0.27.0 -sqlalchemy>=2.0.25 +sqlalchemy>=2.0.49 # Postgres driver (Render Postgres add-on) + migrations psycopg[binary]>=3.2 alembic>=1.13