From 52bde42f194f7b6414efc412ec8f80a853c9702a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:03:12 +0000 Subject: [PATCH] Update black requirement from ^23.1.0 to ^24.10.0 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.1.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a8572e..04d0cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ ruff = "^0.1.6" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" types-pytz = "^2023.3.0.0" -black = "^23.1.0" +black = "^24.10.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0"