Skip to content

Commit 4d8212f

Browse files
Update black requirement from ^23.1.0 to >=23.1,<27.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](psf/black@23.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8d2708 commit 4d8212f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ruff = "^0.0.249"
3434
types-toml = "^0.10.8.1"
3535
types-redis = "^4.3.21.6"
3636
types-pytz = "^2023.3.0.0"
37-
black = "^23.1.0"
37+
black = ">=23.1,<27.0"
3838
types-chardet = "^5.0.4.6"
3939
mypy-protobuf = "^3.0.0"
4040

0 commit comments

Comments
 (0)