From 6074fb355d845fc98d77c603a49a840de579af19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 07:26:02 +0000 Subject: [PATCH] Bump black from 24.8.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 24.8.0 to 26.3.1. - [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.8.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bccf7d9..ad545ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "pytest>=8.0.0", # Code formatting and linting - "black[jupyter]==24.8.0", + "black[jupyter]==26.3.1", "isort==6.0.1", "clang-format>=18.1.5", "cmake-format>=0.6.13", diff --git a/requirements-dev.txt b/requirements-dev.txt index e8ab7ce..dace43b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ wheel pytest>=8.0.0 # Code formatting and linting -black[jupyter]==24.8.0 +black[jupyter]==26.3.1 isort==5.13.2 clang-format==18.1.5 cmake-format==0.6.13