From adde8d7a49942f8520d6b2669cdd1484cc43b01c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:19:10 +0000 Subject: [PATCH] chore(deps): bump psf/black from 26.5.0 to 26.5.1 in /.github/workflows Bumps [psf/black](https://github.com/psf/black) from 26.5.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/d2490e24dad33b8f68c77602ee29160de0fea24b...87928e6d6761a4a6d22250e1fee5601b3998086e) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/black_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black_format.yml b/.github/workflows/black_format.yml index cbd5899..439976e 100644 --- a/.github/workflows/black_format.yml +++ b/.github/workflows/black_format.yml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: psf/black@d2490e24dad33b8f68c77602ee29160de0fea24b # 26.5.0 + - uses: psf/black@87928e6d6761a4a6d22250e1fee5601b3998086e # 26.5.1 with: options: "--check --verbose"