From 44e8100953db89c2e8e187faa1954f9df3affced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:56:55 +0800 Subject: [PATCH] :arrow_up: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2db9b318..ddd9e149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ asyncmy = "^0.2.9" aiofiles = "^23.2.1" python-dotenv = "^1.0.0" alembic = "^1.13.0" -black = "^23.9.1" +black = "^24.1.1" rich = "^13.6.0" enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } TgCrypto = { version = "^1.2.5", optional = true }