From 7c5690e60d7cf62b88229a14322e566c1ef7443f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 05:45:42 +0000 Subject: [PATCH] build(deps): bump psf/black from 26.1.0 to 26.3.0 in the actions group Bumps the actions group with 1 update: [psf/black](https://github.com/psf/black). Updates `psf/black` from 26.1.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/6305bf1ae645ab7541be4f5028a86239316178eb...35ea67920b7f6ac8e09be1c47278752b1e827f76) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index 51e9d46e0..8b8ca1a8e 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -25,6 +25,6 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v6 - - uses: psf/black@6305bf1ae645ab7541be4f5028a86239316178eb # 26.1.0 + - uses: psf/black@35ea67920b7f6ac8e09be1c47278752b1e827f76 # 26.3.0 with: version: "~= 24.0"