From 1cf48fd0b1363478255caaa3ce9dfa650c00f0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:37:52 +0000 Subject: [PATCH] deps: update black requirement from <25.0,>=24.4 to >=24.4,<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.4.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 adb4058..319d0b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pytest>=8.2,<9.0", "pytest-asyncio>=0.23,<0.24", "httpx>=0.27,<0.28", - "black>=24.4,<25.0", + "black>=24.4,<26.0", "isort>=5.13,<6.0", "coverage[toml]>=7.5,<8.0", ]