From 8c8b622cdb2b03847ad42326cc24dfb6cc6cc220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 02:50:33 +0000 Subject: [PATCH] Bump https://github.com/psf/black from 24.10.0 to 26.5.1 Bumps [https://github.com/psf/black](https://github.com/psf/black) from 24.10.0 to 26.5.1. This release includes the previously tagged commit. - [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/1b2427a2b785cc4aac97c19bb4b9a0de063f9547...87928e6d6761a4a6d22250e1fee5601b3998086e) --- updated-dependencies: - dependency-name: https://github.com/psf/black dependency-version: 26.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a376fef58a..3d2ae42cb77 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: stages: [pre-push] - repo: https://github.com/psf/black - rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0 + rev: 87928e6d6761a4a6d22250e1fee5601b3998086e # frozen: 26.5.1 hooks: - id: black stages: [pre-push]