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