From 98855cf3fa9eb551012a49babf389a510faabc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:29:37 +0000 Subject: [PATCH] Bump black from 25.11.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 25.11.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.11.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/checkformatting.txt | 6 +++--- requirements/format.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/checkformatting.txt b/requirements/checkformatting.txt index c5115b1e..be1ed805 100644 --- a/requirements/checkformatting.txt +++ b/requirements/checkformatting.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe requirements/checkformatting.in # -black==25.11.0 +black==26.3.1 # via -r requirements/checkformatting.in build==1.0.3 # via pip-tools @@ -22,7 +22,7 @@ packaging==23.2 # via # black # build -pathspec==0.12.1 +pathspec==1.1.1 # via black pip-sync-faster==0.0.5 # via -r requirements/checkformatting.in @@ -36,7 +36,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pytokens==0.3.0 +pytokens==0.4.1 # via black wheel==0.42.0 # via pip-tools diff --git a/requirements/format.txt b/requirements/format.txt index 785b92a8..9070a56a 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe requirements/format.in # -black==25.11.0 +black==26.3.1 # via -r requirements/format.in build==1.0.3 # via pip-tools @@ -22,7 +22,7 @@ packaging==23.2 # via # black # build -pathspec==0.12.1 +pathspec==1.1.1 # via black pip-sync-faster==0.0.5 # via -r requirements/format.in @@ -36,7 +36,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pytokens==0.3.0 +pytokens==0.4.1 # via black wheel==0.42.0 # via pip-tools