From d71738a6654224da54535abad4b63e4e2bd6f8d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 21:45:12 +0000 Subject: [PATCH] chore(deps): update psf/black action to v26.5.0 --- .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 9992fb71..cbd58994 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@c6755bb741b6481d6b3d3bb563c83fa060db96c9 # 26.3.1 + - uses: psf/black@d2490e24dad33b8f68c77602ee29160de0fea24b # 26.5.0 with: options: "--check --verbose"