From 364bed6fceccc4cc79ad7a1c862a3945dc113d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 03:33:45 +0000 Subject: [PATCH] poetry dev(deps-dev): update black requirement 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.10.0...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 35a0c93..2068f13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ Documentation = "https://mariofix.github.io/pyflowcl" [project.optional-dependencies] dev = [ "pre-commit (>=4.1.0,<5.0.0)", - "black (>=24.10.0,<25.0.0)", + "black (>=26.5.1,<27.0.0)", "coverage (>=7.6.10,<8.0.0)", "pytest (>=8.3.4,<9.0.0)", "mkdocs-material[git,imaging,recomended] (>=9.5.50,<10.0.0)",