From f4282e54b7c75bd6e783be2a70c5f3702b8602d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 08:18:06 +0000 Subject: [PATCH] Bump psf/black from 25.9.0 to 26.3.1 Bumps [psf/black](https://github.com/psf/black) from 25.9.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/af0ba72a73598c76189d6dd1b21d8532255d5942...c6755bb741b6481d6b3d3bb563c83fa060db96c9) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 283dd4f..5a8bfb2 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4 - name: Set up problem matcher for Black output run: echo '::add-matcher::.github/problem-matchers/black.json' - - uses: psf/black@af0ba72a73598c76189d6dd1b21d8532255d5942 # stable + - uses: psf/black@c6755bb741b6481d6b3d3bb563c83fa060db96c9 # stable with: src: "./unitary"