From 57521048f88741fc8e32a9678ff2477ba1975d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 07:14:36 +0000 Subject: [PATCH] Bump alembic from 1.12.1 to 1.16.5 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.1 to 1.16.5. - [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.16.5 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5d4c2c4..30e4469 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,6 +11,6 @@ python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 python-dotenv==1.0.0 pydantic==2.5.0 -alembic==1.12.1 +alembic==1.16.5 pytest==7.4.3 httpx==0.25.2