From fab1cc73008fc9365141af7d1d7664e44195a0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:03:18 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.14.0 to 1.18.4 in /apps/api Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.14.0 to 1.18.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.18.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index a8ded1a..608235e 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -16,7 +16,7 @@ PyJWT==2.10.1 # Database (Milestone 3) sqlalchemy==2.0.36 -alembic==1.14.0 +alembic==1.18.4 asyncpg==0.30.0 # async PostgreSQL driver aiosqlite==0.20.0 # async SQLite driver (used for tests)