From fdc8b6c9d284f0d03d72cbe50eba7623bb7f2b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:36:46 +0000 Subject: [PATCH] chore(deps): update alembic requirement in /apps/api 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.18.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 806cf9d9..bcd099fe 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]>=0.29.0 python-multipart>=0.0.9 pydantic-settings>=2.2.1 sqlmodel>=0.0.22 -alembic>=1.13.2 +alembic>=1.18.4 boto3>=1.34.0 PyJWT>=2.9.0 httpx>=0.27.0