From 3d358bb9ebaa67decfa65eeda28a46865ec0d9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:14:56 +0000 Subject: [PATCH] Bump psf/black from 25.9.0 to 25.12.0 Bumps [psf/black](https://github.com/psf/black) from 25.9.0 to 25.12.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...782e5605c86aab56be6f905da10dcd3e463fd9c2) --- updated-dependencies: - dependency-name: psf/black dependency-version: 25.12.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 283dd4f8..b027a00f 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@782e5605c86aab56be6f905da10dcd3e463fd9c2 # stable with: src: "./unitary"