From 99be5ef15ce48e3283155724a8254392adebcd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:18:46 +0000 Subject: [PATCH] Update black requirement from <24.0,>=23.0 to >=23.0,<26.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.1a1...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0ee2c1..5a9ecfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pybind11", "ruff", "mypy>=1.0,<1.5", - "black>=23.0,<24.0", + "black>=23.0,<26.0", "isort>=5.12,<5.13", "pytest", "pytest-sphinx",