From 30ef4523a48775f21791bd0c1aaada35d7d8d90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:53:20 +0000 Subject: [PATCH] Update black requirement from ^23.7.0 to >=23.7,<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.7.0...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 70a14d6..456276d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest = "^7.4.0" pytest-cov = "^4.1.0" pytest-rerunfailures = "^12.0.0" flake8 = "^6.1.0" -black = "^23.7.0" +black = ">=23.7,<26.0" isort = "^5.12.0" mypy = "^1.5.0" ipython = "^8.14.0"