From 5df0c5ef49e550620873c892c21edc57c25a82c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 13:13:02 +0000 Subject: [PATCH] chore(deps): update alembic requirement Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [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.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f6252a1..1f8a86b 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -5,4 +5,4 @@ python-multipart>=0.0.9,<0.1.0 pydantic>=2.13.4,<3.0.0 # BUG-032: schema migrations for csv_uploads.* — auto-runs at API startup # via alembic upgrade head (see api/db.py bootstrap and alembic/ directory). -alembic>=1.13.0,<2.0.0 +alembic>=1.19.1,<2.0.0