From 9366ca5d56145d3e98ba363748d1b052ca1b4b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:50:29 +0000 Subject: [PATCH] Update black requirement from >=24.0.0 to >=26.5.1 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.1a1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 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 55e1ea9..5a4fee8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,6 @@ target-version = ["py314"] [dependency-groups] dev = [ - "black>=24.0.0", + "black>=26.5.1", "ruff>=0.1.0", ]