From 4159babccee7ba17cc67954feead2a5a214ce7f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:56:53 +0000 Subject: [PATCH] build(deps): bump psf/black from 26.3.1 to 26.5.1 Bumps [psf/black](https://github.com/psf/black) from 26.3.1 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/c6755bb741b6481d6b3d3bb563c83fa060db96c9...87928e6d6761a4a6d22250e1fee5601b3998086e) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 7c0fb83..686b301 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: psf/black@c6755bb741b6481d6b3d3bb563c83fa060db96c9 # 26.3.1 + - uses: psf/black@87928e6d6761a4a6d22250e1fee5601b3998086e # 26.5.1 check_pylint: runs-on: ubuntu-latest