diff --git a/poetry.lock b/poetry.lock index 413003b..01b7693 100644 --- a/poetry.lock +++ b/poetry.lock @@ -125,13 +125,13 @@ frozenlist = ">=1.1.0" [[package]] name = "alembic" -version = "1.13.1" +version = "1.13.2" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.8" files = [ - {file = "alembic-1.13.1-py3-none-any.whl", hash = "sha256:2edcc97bed0bd3272611ce3a98d98279e9c209e7186e43e75bbb1b2bdfdbcc43"}, - {file = "alembic-1.13.1.tar.gz", hash = "sha256:4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595"}, + {file = "alembic-1.13.2-py3-none-any.whl", hash = "sha256:6b8733129a6224a9a711e17c99b08462dbf7cc9670ba8f2e2ae9af860ceb1953"}, + {file = "alembic-1.13.2.tar.gz", hash = "sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef"}, ] [package.dependencies] @@ -1359,4 +1359,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "32a04ea9fcbf5d68fb200e41c577b78f9659d57161a8b9e2f117cf74e2e6bdb5" +content-hash = "9e0b3f87e0a51b75079f3e187113a7cdc6bbfd2038331522efb5c382f2f94f20" diff --git a/pyproject.toml b/pyproject.toml index bdac229..99a51c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "11.1.0" -alembic = "1.13.1" +alembic = "1.13.2" coloredlogs = "15.0.1" deepmerge = "1.1.1" sqlalchemy = { extras = ["asyncio"], version = "2.0.30" }