From a0ff1b82cc1e00d1426a9b5b8a7122d043a04087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:55:23 +0000 Subject: [PATCH] build(deps): bump psf/black from 24.1.1 to 26.3.0 in /.github/workflows Bumps [psf/black](https://github.com/psf/black) from 24.1.1 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/24.1.1...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/blockapi-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blockapi-ci.yml b/.github/workflows/blockapi-ci.yml index c4dbcea..ceacb5d 100644 --- a/.github/workflows/blockapi-ci.yml +++ b/.github/workflows/blockapi-ci.yml @@ -37,7 +37,7 @@ jobs: pip install . - name: Run Black - uses: psf/black@24.1.1 + uses: psf/black@26.3.0 - name: Run unit tests run: |