From 17986eb677a3e01005cd6c9576b29e9b90763537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:02:46 +0000 Subject: [PATCH] build(deps): update alembic requirement in /backend Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.5 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 91005a2..8b01fae 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi[standard]>=0.128.0 uvicorn>=0.28.0 sqlalchemy>=2.0.28 -alembic>=1.13.1 +alembic>=1.18.5 psycopg2-binary>=2.9.9 pydantic>=2.9.0 pydantic-settings>=2.7.0