From f3f809e798b9d1a04aac4bb08ca7747b7fee4536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 11:01:43 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.13.3 to 1.16.5 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.3 to 1.16.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.16.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index 577ded8..32ad977 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -9,7 +9,7 @@ # gate). # ── Database migrations ────────────────────────────────────────────────────── -alembic==1.13.3 +alembic==1.16.5 psycopg-pool==3.2.4 # ── Observability (opt-in via env vars) ──────────────────────────────────────