From 220aaeca43d072bb792b75ee07fe65f0513ca0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:13:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20alembic=20?= =?UTF-8?q?requirement=20from=20>=3D1.18.4=20to=20>=3D1.18.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0ea4a49..2c10490 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,7 +22,7 @@ idna>=3.0 certifi>=2024.8.30 # Alembic for Database Migrations -alembic>=1.18.4 +alembic>=1.18.5 # Pytest for Unit/Integration Testing pytest>=7.3.1