⬆️ Bump alembic from 1.11.3 to 1.12.0

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.11.3 to 1.12.0.
- [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-minor
...

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-09-03 16:39:42 +08:00 committed by GitHub
parent 82bce512a0
commit 0b28449e80
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.3"
version = "1.12.0"
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.7"
files = [
{file = "alembic-1.11.3-py3-none-any.whl", hash = "sha256:d6c96c2482740592777c400550a523bc7a9aada4e210cae2e733354ddae6f6f8"},
{file = "alembic-1.11.3.tar.gz", hash = "sha256:3db4ce81a9072e1b5aa44c2d202add24553182672a12daf21608d6f62a8f9cf9"},
{file = "alembic-1.12.0-py3-none-any.whl", hash = "sha256:03226222f1cf943deee6c85d9464261a6c710cd19b4fe867a3ad1f25afda610f"},
{file = "alembic-1.12.0.tar.gz", hash = "sha256:8e7645c32e4f200675e69f0745415335eb59a3663f5feb487abfa0b30c45888b"},
]
[package.dependencies]
@ -2915,4 +2915,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "5ed0ee3870f229f9c379e6902ceaabe3c1caecf65de0fef0bb3bda61c48337e7"
content-hash = "e82f70fcf83741d222e875ef9f0f7d17bb0edec3ba414511bd99cb60059caf6a"

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.3"
alembic = "^1.12.0"
black = "^23.3.0"
rich = "^13.5.2"
enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" }