From bc98f456202ca6107db6b8cff811902c1593fcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 04:57:49 +0000 Subject: [PATCH] chore(deps-dev): update black requirement 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/24.1a1...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.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 0cf91cc..29558c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "ruff>=0.4", # Capped below 25.10: 25.12.0+ drop Python 3.9, which the package still # supports. Keeps CI and the pinned pre-commit hook on the same black. - "black>=24.0,<25.10", + "black>=24.0,<25.12", "mypy>=1.8", "build>=1.0", "pre-commit>=3.5",