From 1f05a3d5f74a8a1aa25daa42caafa7c45cc0fe85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 03:53:53 +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...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 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 5496a3e..b0c6483 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.12", + "black>=24.0,<26.6", "mypy>=1.8", "build>=1.0", "pre-commit>=3.5",