From cb716cb5b2825abc41e3ef0375f11a3b49d1f45a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:35:39 +0000 Subject: [PATCH] Update black requirement from ^23.1.0 to >=23.1,<25.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.3.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 3b60b416..5653a745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ ruff = ">=0.0.249,<0.3.3" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" types-pytz = ">=2023.3,<2025.0" -black = "^23.1.0" +black = ">=23.1,<25.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0" pytest = "8.0.2"