From 9dffdeff10b07423e73fe1bdd27ebc78deffd613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:43:14 +0000 Subject: [PATCH] deps(deps-dev): update black requirement from >=25.1 to >=26.5.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/25.1.0...26.5.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.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 acf9353..7447990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dev = [ "pytest>=9.0", "pytest-timeout>=2.4.0", "pytest-asyncio>=1.3.0", - "black>=25.1", + "black>=26.5.0", "ruff>=0.15.10", "httpx>=0.28.1", "pip-audit>=2.10.0",