From d994abda2bd7a26175d214ef27dbba78b9e87b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 07:48:56 +0000 Subject: [PATCH] chore(deps-dev): bump black from 25.1.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 25.1.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/25.1.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 efc409e0..81571948 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=7.0.0", - "black==25.1.0", + "black==26.3.1", "flake8==7.1.2", "flake8-bugbear==24.12.12", "flake8-comprehensions==3.16.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a8a3146..a94f7cac 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ setuptools>=64.0.0 wheel # Linting dependencies -black==25.1.0 +black==26.3.1 isort==6.0.1 flake8==7.1.2 flake8-bugbear==24.12.12