From 985e3e379db2979ee122d7fd56f7de9bdd9bbe29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:27:09 +0000 Subject: [PATCH] Bump black from 24.3.0 to 26.3.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black). Updates `black` from 24.3.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.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 1f521b7c5..a80a97f24 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,7 +1,7 @@ # Used to create the requirements-dev.txt file # Note: `pip-compile requirements-dev.in` needs to be run before changes in requirements-dev.in are reflected in # requirements-dev.txt, which is used for GitHub Actions -black==24.3.0 # This should be kept in sync with the version in .pre-commit-config.yaml +black==26.3.1 # This should be kept in sync with the version in .pre-commit-config.yaml isort==5.12.0 # This should be kept in sync with the version in .pre-commit-config.yaml autopep8==2.0.2 # This should be kept in sync with the version in .pre-commit-config.yaml pre-commit diff --git a/requirements-dev.txt b/requirements-dev.txt index 78dfd6f84..88eadde51 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ astroid==3.0.1 # via pylint autopep8==2.0.2 # via -r requirements-dev.in -black==24.3.0 +black==26.3.1 # via -r requirements-dev.in cfgv==3.4.0 # via pre-commit @@ -38,7 +38,7 @@ packaging==23.2 # via # black # pytest -pathspec==0.11.2 +pathspec==1.0.4 # via black platformdirs==3.11.0 # via @@ -57,6 +57,8 @@ pylint==3.0.2 # via -r requirements-dev.in pytest==7.4.3 # via -r requirements-dev.in +pytokens==0.4.1 + # via black pyyaml==6.0.1 # via pre-commit snowballstemmer==2.2.0