From d846653ed0ff4d255d5a273bc8f15d47d29deb91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:24:46 +0000 Subject: [PATCH] deps-dev(pip): update black requirement from ^23.3.0 to >=23.3,<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.3.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 c5b5eb6..355df0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pytest-asyncio = "^0.21.0" pytest-cov = "^4.0.0" pytest-xdist = "^3.3.0" hypothesis = "^6.78.0" -black = "^23.3.0" +black = ">=23.3,<26.0" ruff = "^0.0.265" mypy = "^1.2.0" bandit = "^1.7.0"