From a6026aa121d5ef4238974ea5d85037cbf8873f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:36:54 +0000 Subject: [PATCH] Update black requirement from <25.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.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 19b8415..f8c6a26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Changelog = "https://github.com/allenai/python-package-template/blob/main/CHANGE dev = [ "ruff", "mypy>=1.0,<2.0", - "black>=23.0,<25.0", + "black>=23.0,<26.0", "isort>=5.12,<5.14", "pytest", "pytest-sphinx",