From 0cbcb42d11d6030d56894e9289516ef669b6448c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:35:14 +0000 Subject: [PATCH] deps(server)(deps): bump alembic from 1.12.1 to 1.18.4 in /app/server Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.1 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] --- app/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/requirements.txt b/app/server/requirements.txt index 23d1938..07e157c 100644 --- a/app/server/requirements.txt +++ b/app/server/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 sqlalchemy==2.0.23 psycopg2-binary==2.9.9 -alembic==1.12.1 +alembic==1.18.4 pydantic==2.5.0 python-dotenv==1.0.0 python-multipart==0.0.6