From 4bd3fba35023415b82daea439938e26e8809fe72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:46:20 +0000 Subject: [PATCH] chore(deps): update alembic requirement from >=1.13.0 to >=1.16.5 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.16.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..adbfdf37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ # Database "sqlalchemy>=2.0.0", - "alembic>=1.13.0", + "alembic>=1.16.5", "asyncpg>=0.29.0", "psycopg2-binary>=2.9.0", diff --git a/requirements.txt b/requirements.txt index bdc9ff0a..7a09e85e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ redis>=4.5.0 # CLI dependencies click>=8.0.0 -alembic>=1.10.0 +alembic>=1.16.5 # Hardware interface dependencies asyncio-mqtt>=0.16.2