diff --git a/poetry.lock b/poetry.lock index cca939f..973f669 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -168,13 +168,13 @@ files = [ [[package]] name = "alembic" -version = "1.12.0" +version = "1.13.0" description = "A database migration tool for SQLAlchemy." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "alembic-1.12.0-py3-none-any.whl", hash = "sha256:03226222f1cf943deee6c85d9464261a6c710cd19b4fe867a3ad1f25afda610f"}, - {file = "alembic-1.12.0.tar.gz", hash = "sha256:8e7645c32e4f200675e69f0745415335eb59a3663f5feb487abfa0b30c45888b"}, + {file = "alembic-1.13.0-py3-none-any.whl", hash = "sha256:a23974ea301c3ee52705db809c7413cecd165290c6679b9998dd6c74342ca23a"}, + {file = "alembic-1.13.0.tar.gz", hash = "sha256:ab4b3b94d2e1e5f81e34be8a9b7b7575fc9dd5398fccb0bef351ec9b14872623"}, ] [package.dependencies] @@ -185,7 +185,7 @@ SQLAlchemy = ">=1.3.0" typing-extensions = ">=4" [package.extras] -tz = ["python-dateutil"] +tz = ["backports.zoneinfo"] [[package]] name = "antlr4-python3-runtime" @@ -3664,4 +3664,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "e451f302d60194dc57d4c8b70dcc787a072e060932a2b425283c65e53f11ea41" +content-hash = "d254f4add56514568b925080d52b9272286ba3f2278476cd938ae435e5473b89" diff --git a/pyproject.toml b/pyproject.toml index 5c2adc7..61997d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ APScheduler = "~3.10" mcstatus = "11.0.0a1" SQLAlchemy = {version = "~1.4", extras = ["asyncio"]} -alembic = "~1.12" +alembic = "~1.13" dnspython = "~2.3" omegaconf = "~2.3" matplotlib = "~3.7"