⬆️ Bump alembic from 1.11.2 to 1.11.3

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.11.2 to 1.11.3.
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-20 20:45:28 +08:00 committed by GitHub
parent 5c26a65c58
commit b87e5d66e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -161,13 +161,13 @@ docs = ["sphinx (==6.1.3)", "sphinx-mdinclude (==0.5.3)"]
[[package]]
name = "alembic"
version = "1.11.2"
version = "1.11.3"
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.7"
files = [
{file = "alembic-1.11.2-py3-none-any.whl", hash = "sha256:7981ab0c4fad4fe1be0cf183aae17689fe394ff874fd2464adb774396faf0796"},
{file = "alembic-1.11.2.tar.gz", hash = "sha256:678f662130dc540dac12de0ea73de9f89caea9dbea138f60ef6263149bf84657"},
{file = "alembic-1.11.3-py3-none-any.whl", hash = "sha256:d6c96c2482740592777c400550a523bc7a9aada4e210cae2e733354ddae6f6f8"},
{file = "alembic-1.11.3.tar.gz", hash = "sha256:3db4ce81a9072e1b5aa44c2d202add24553182672a12daf21608d6f62a8f9cf9"},
]
[package.dependencies]
@ -2800,4 +2800,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "e697fd7e8eea5b1aea96328ca044c825bd3fc69a8884c9c4ee01334325d101f5"
content-hash = "d5eec6dd1ef9386bf3f6fcd561102962f2dfab455fccb02e579d90406508b31b"

View File

@ -21,7 +21,7 @@ asyncmy = "^0.2.7"
pyppeteer = "^1.0.2"
aiofiles = "^23.2.1"
python-dotenv = "^1.0.0"
alembic = "^1.11.1"
alembic = "^1.11.3"
black = "^23.3.0"
rich = "^13.5.2"
enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" }