From f0817e2c5a893a17a89b47bfd240deb2881c13fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:10:11 +0000 Subject: [PATCH] Update black requirement from ^24.4.2 to >=24.4.2,<27.0.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/24.4.2...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 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 1e3ed3f..14a4a6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ ruff = "^0.4.8" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" types-pytz = "^2024.1.0.20240417" -black = "^24.4.2" +black = ">=24.4.2,<27.0.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0"