From 4d0461cbcedda33e6b5bbdeccdf6a9af88157ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:41:11 +0000 Subject: [PATCH] Bump black from 25.12.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 25.12.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.12.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b507012..fe96b1d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-dev.in # -black==25.12.0 +black==26.3.1 # via -r requirements-dev.in build==1.3.0 # via pip-tools @@ -51,7 +51,7 @@ packaging==25.0 # pytest # tox # wheel -pathspec==0.12.1 +pathspec==1.1.1 # via black pbr==7.0.3 # via -r requirements-dev.in @@ -87,7 +87,7 @@ pytest-mock==3.15.1 # via -r requirements-dev.in pytest-sugar==1.1.1 # via -r requirements-dev.in -pytokens==0.3.0 +pytokens==0.4.1 # via black pyyaml==6.0.3 # via pre-commit