From 379838952a54f5d239ca675e87c04372df5a0006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:27:25 +0000 Subject: [PATCH] Update black requirement from <24.0,>=23.1 to >=23.1,<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.1.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69f46ede..2b7db9c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ packages = ["alignment"] dev = [ "ruff", "mypy>=1.0,<1.17", - "black>=23.1,<24.0", + "black>=23.1,<26.0", "isort>=5.12,<6.1", "pytest", "pytest-sphinx",