From 99e7e33ae1919f6afe77a2f27227a425c37cd9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 19:20:43 +0000 Subject: [PATCH] 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 af687df..161a14f 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.34.0 pydantic==2.10.4 pydantic-settings==2.7.1 sqlalchemy==2.0.36 -alembic==1.14.0 +alembic==1.18.4 psycopg[binary]==3.2.3 pytest==8.3.4 httpx==0.28.1