From 9780d82d70c39acaec0b92e3ed236097c7b9e0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 13:15:37 +0200 Subject: [PATCH] Chore(deps): Bump psf/black from 22.3.0 to 26.3.0 in /.github/workflows (#2561) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/zblack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zblack.yml b/.github/workflows/zblack.yml index 3aff51c10..4c8f0f971 100644 --- a/.github/workflows/zblack.yml +++ b/.github/workflows/zblack.yml @@ -11,7 +11,7 @@ jobs: with: python-version: '3.12' # Pin Python to avoid 3.14 incompatibility with Black 22.3.0 # This version should match what you can find in .pre-commit-config.yaml - - uses: psf/black@22.3.0 # https://black.readthedocs.io/en/stable/integrations/github_actions.html + - uses: psf/black@26.3.0 # https://black.readthedocs.io/en/stable/integrations/github_actions.html with: options: "--check --verbose" src: "./src"