From 3305724c83dd561df22759a0bf036dab11295f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 17:53:29 +0000 Subject: [PATCH] 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5134c334..1f90aae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ zstash = "zstash.main:main" # (run `python scripts/sync_pre_commit_versions.py` to sync them) [project.optional-dependencies] qa = [ - "black==25.1.0", + "black==26.3.1", "flake8==7.3.0", "flake8-isort==6.1.2", "isort==6.0.1",