⬆️ Update black requirement from ^23.9.1 to ^24.1.1

Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.9.1...24.1.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

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] 2024-02-12 09:56:55 +08:00 committed by GitHub
parent 2a4874632b
commit 44e8100953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ asyncmy = "^0.2.9"
aiofiles = "^23.2.1" aiofiles = "^23.2.1"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
alembic = "^1.13.0" alembic = "^1.13.0"
black = "^23.9.1" black = "^24.1.1"
rich = "^13.6.0" rich = "^13.6.0"
enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" }
TgCrypto = { version = "^1.2.5", optional = true } TgCrypto = { version = "^1.2.5", optional = true }