From 9b1df508a690a6cbc2ab9b595ffcda142f93fa48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:07:11 +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.4.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 03a667f..3e27710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,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 = ">=23.1,<25.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0"