From da62ac9f51fd4d5c8e8a1809a6a5142c74008a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 00:17:26 +0000 Subject: [PATCH] Bump psf/black from 25.9.0 to 26.5.1 Bumps [psf/black](https://github.com/psf/black) from 25.9.0 to 26.5.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...87928e6d6761a4a6d22250e1fee5601b3998086e) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.5.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..b266509 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@87928e6d6761a4a6d22250e1fee5601b3998086e # stable with: src: "./unitary"