diff --git a/poetry.lock b/poetry.lock index 688017a..2cfeab1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -143,14 +143,14 @@ frozenlist = ">=1.1.0" [[package]] name = "alembic" -version = "1.10.4" +version = "1.11.1" description = "A database migration tool for SQLAlchemy." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "alembic-1.10.4-py3-none-any.whl", hash = "sha256:43942c3d4bf2620c466b91c0f4fca136fe51ae972394a0cc8b90810d664e4f5c"}, - {file = "alembic-1.10.4.tar.gz", hash = "sha256:295b54bbb92c4008ab6a7dcd1e227e668416d6f84b98b3c4446a2bc6214a556b"}, + {file = "alembic-1.11.1-py3-none-any.whl", hash = "sha256:dc871798a601fab38332e38d6ddb38d5e734f60034baeb8e2db5b642fccd8ab8"}, + {file = "alembic-1.11.1.tar.gz", hash = "sha256:6a810a6b012c88b33458fceb869aef09ac75d6ace5291915ba7fae44de372c01"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ff02c78db3e826f26946cd43e5353d1d8f8ea9cb781192ed13efbb7b2a66dfc2" +content-hash = "88a43c572a5d7ce8e727cb15bc7c2fbdfc955b029393dc2dc469ffb407a5d49f" diff --git a/pyproject.toml b/pyproject.toml index 7c3ec25..2adad00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.11" nextcord = { extras = ["speed"], version = "^2.3.2" } uvloop = "^0.17.0" ooliver-botbase = { version = "^2.0.2", extras = ["db"] } -alembic = "^1.10.4" +alembic = "^1.11.1" taskipy = "^1.10.4" delarva = { git = "https://github.com/ooliver1/delarva" }