From 9c3d7a8257f85ac10c1a3ecb2adb407d75d2ca09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:25:41 +0000 Subject: [PATCH] Bump psf/black from 25.9.0 to 25.11.0 Bumps [psf/black](https://github.com/psf/black) from 25.9.0 to 25.11.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/af0ba72a73598c76189d6dd1b21d8532255d5942...05f0a8ce1f71fbb36e1e032d3b518c7b945089a2) --- updated-dependencies: - dependency-name: psf/black dependency-version: 25.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..f23a105 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@05f0a8ce1f71fbb36e1e032d3b518c7b945089a2 # stable with: src: "./unitary"