From cbf0a903dea7aed684359eec0a3e529731c0439d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 16:02:50 +0000 Subject: [PATCH] Update black requirement from <26.0.0,>=25.1.0 to >=25.1.0,<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/25.1.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 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 238905c..96b133e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ package-mode = false [dependency-groups] dev = [ "isort<7.0.0,>=6.0.1", - "black<26.0.0,>=25.1.0", + "black>=25.1.0,<27.0.0", ] [tool.black]