From 1e8d34ca5c4b3c849bfe6207fab8803ff053dfca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:36:16 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.14.0 to 1.18.5 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.14.0 to 1.18.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.18.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e6b40a0..b5bdd77 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "redis==5.2.1", "httpx==0.28.1", "fpdf2==2.8.2", - "alembic==1.14.0", + "alembic==1.18.5", "sentry-sdk[fastapi]==2.19.2", "opentelemetry-sdk>=1.25.0", "opentelemetry-instrumentation-fastapi>=0.46b0",