⬆️ Bump alembic from 1.10.1 to 1.10.2

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.10.1 to 1.10.2.
- [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-03-09 19:14:00 +08:00 committed by GitHub
parent 2b62f1fede
commit 9e2945dca4
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

@ -153,14 +153,14 @@ frozenlist = ">=1.1.0"
[[package]]
name = "alembic"
version = "1.10.1"
version = "1.10.2"
description = "A database migration tool for SQLAlchemy."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "alembic-1.10.1-py3-none-any.whl", hash = "sha256:367370c74ccf4979e658c8404d8c9fac00907313dc8e9225b71eb9b2db77a3ec"},
{file = "alembic-1.10.1.tar.gz", hash = "sha256:afd5a30dca731aa92808c081272d05787195b42e04df687e81e8c5a950c68c7f"},
{file = "alembic-1.10.2-py3-none-any.whl", hash = "sha256:8b48368f6533c064b39c024e1daba15ae7f947eac84185c28c06bbe1301a5497"},
{file = "alembic-1.10.2.tar.gz", hash = "sha256:457eafbdc0769d855c2c92cbafe6b7f319f916c80cf4ed02b8f394f38b51b89d"},
]
[package.dependencies]
@ -2896,4 +2896,4 @@ test = ["pytest", "pytest-asyncio", "flaky"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "d0e973e7382fb789aa6783ca6ec8bd754ccd74116dd71c112c73ef8420fa458d"
content-hash = "dce40743a33da2a4c23585bcf0de360db6ba3fd61ea821df2e138f5e312c9725"

View File

@ -22,7 +22,7 @@ asyncmy = "^0.2.7"
pyppeteer = "^1.0.2"
aiofiles = "^23.1.0"
python-dotenv = "^1.0.0"
alembic = "^1.10.1"
alembic = "^1.10.2"
black = "^23.1.0"
rich = "^13.3.1"
enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" }