From 84e23430accb6d1d67b021150bfee207006ba556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:19:19 +0000 Subject: [PATCH] Bump alembic from 1.12.1 to 1.16.4 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.1 to 1.16.4. - [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.4 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..b438bae 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.4 pytest==7.4.3 httpx==0.25.2