From 5f9ea4a9de400f273ed0d159f1838c49035133ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:01:52 +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:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 919d11a..35e3083 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ # astroid==4.0.2 # via pylint -black==25.11.0 +black==26.3.1 # via -r requirements_dev.in build==1.3.0 # via -r requirements_dev.in @@ -16,6 +16,8 @@ coverage[toml]==7.12.0 # via pytest-cov dill==0.4.0 # via pylint +exceptiongroup==1.3.1 + # via pytest iniconfig==2.3.0 # via pytest isort==7.0.0 @@ -33,7 +35,7 @@ packaging==25.0 # black # build # pytest -pathspec==0.12.1 +pathspec==1.0.4 # via # black # mypy @@ -57,9 +59,21 @@ pytest==9.0.1 # pytest-cov pytest-cov==7.0.0 # via -r requirements_dev.in -pytokens==0.3.0 +pytokens==0.4.1 # via black +tomli==2.4.0 + # via + # black + # build + # coverage + # mypy + # pylint + # pytest tomlkit==0.13.3 # via pylint typing-extensions==4.15.0 - # via mypy + # via + # astroid + # black + # exceptiongroup + # mypy