From 288c2eda1c48272f2d4f0730e801b40c6cf2e457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 14:24:32 +0000 Subject: [PATCH] Bump psf/black from 23.11.0 to 26.3.0 in /.github/workflows Bumps [psf/black](https://github.com/psf/black) from 23.11.0 to 26.3.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/23.11.0...26.3.0) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 99f5d62..00c7b46 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -68,7 +68,7 @@ jobs: - uses: isort/isort-action@master with: requirementsFiles: "requirements.txt requirements.dev.txt" - - uses: psf/black@23.11.0 + - uses: psf/black@26.3.0 - name: Comment if linting failed if: failure() uses: thollander/actions-comment-pull-request@v2