From 53cb598ef16303f9081435083166b8f9bb2b0fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 03:29:54 +0000 Subject: [PATCH] Update black requirement from ^24.2 to >=24.2,<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/24.2.0...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.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 697fb869..42cb3973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pydantic-extra-types = "^2.10.5" mypy = {version = "^1.9.0", markers = "platform_python_implementation == 'CPython'"} pytest = "^8.0.2" ipdb = "^0.13.9" -black = "^24.2" +black = ">=24.2,<26.0" isort = "^5.9.3" flake8 = "^5.0.4" bandit = "^1.7.4"