From a1dc28828f887fd3abd92d7943a7128177168938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:41:22 +0000 Subject: [PATCH] Update black requirement from >=24.4.2 to >=26.3.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.4.2...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d95a9c4a8..10b3a84e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "nanobind >= 1.9.2", "pyyaml >= 6.0.1", "matplotlib >= 3.9.0; 'Windows' not in platform_system", - "black >= 24.4.2", + "black >= 26.3.1", "isort >= 5.13.2", ]