From d0529738fc9d7af38b995bb7044940f7c27e92d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:41:19 +0000 Subject: [PATCH] Bump psf/black from 21.4b0 to 26.3.0 in /.github/workflows Bumps [psf/black](https://github.com/psf/black) from 21.4b0 to 26.3.0. - [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/21.4b0...26.3.0) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 19196098b1c1..13f563650e05 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.9 - - uses: psf/black@21.4b0 + - uses: psf/black@26.3.0 - name: Install pre-commit run: | python -m pip install --upgrade pip