diff --git a/poetry.lock b/poetry.lock index 5387797..0b54829 100644 --- a/poetry.lock +++ b/poetry.lock @@ -165,14 +165,14 @@ files = [ [[package]] name = "alembic" -version = "1.10.2" +version = "1.10.3" description = "A database migration tool for SQLAlchemy." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "alembic-1.10.2-py3-none-any.whl", hash = "sha256:8b48368f6533c064b39c024e1daba15ae7f947eac84185c28c06bbe1301a5497"}, - {file = "alembic-1.10.2.tar.gz", hash = "sha256:457eafbdc0769d855c2c92cbafe6b7f319f916c80cf4ed02b8f394f38b51b89d"}, + {file = "alembic-1.10.3-py3-none-any.whl", hash = "sha256:b2e0a6cfd3a8ce936a1168320bcbe94aefa3f4463cd773a968a55071beb3cd37"}, + {file = "alembic-1.10.3.tar.gz", hash = "sha256:32a69b13a613aeb7e8093f242da60eff9daed13c0df02fff279c1b06c32965d2"}, ] [package.dependencies] @@ -2949,4 +2949,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "943f425dc522e15d1317d8d15348da554e21d2d5d6aa0e849e5ed2aa18140608" +content-hash = "dc3bdca259d34c2ec5b68a9418b810e80eacb28487e643704a04472554a23e17" diff --git a/pyproject.toml b/pyproject.toml index 5351509..d28b924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ asyncmy = "^0.2.7" pyppeteer = "^1.0.2" aiofiles = "^23.1.0" python-dotenv = "^1.0.0" -alembic = "^1.10.2" +alembic = "^1.10.3" black = "^23.3.0" rich = "^13.3.1" enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" }