From 3aaeede592cd81f9eebb6e29d9dc059f330ef00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 21:52:40 +0000 Subject: [PATCH] deps(py): bump alembic from 1.16.5 to 1.18.4 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.16.5 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e537db7..fb76478 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pydantic-settings==2.11.0 # Database — SQLite (dev) + PostgreSQL (prod) aiosqlite==0.22.1 sqlalchemy[asyncio]==2.0.46 -alembic==1.16.5 +alembic==1.18.4 asyncpg==0.31.0 # Cache — Redis (prod, optional for dev)