From 697514117344335dcb6095df8b39f1327370d900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:51:00 +0000 Subject: [PATCH] Bump psf/black from 23.3.0 to 26.3.0 in /.github/workflows Bumps [psf/black](https://github.com/psf/black) from 23.3.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.3.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/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ac48144..adccded 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -29,7 +29,7 @@ jobs: isort-version: 5.12.0 configuration: --check --diff --profile black - name: Black - uses: psf/black@23.3.0 + uses: psf/black@26.3.0 test: runs-on: ubuntu-latest