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",