Chore(deps): Bump psf/black from 22.3.0 to 26.3.0 in /.github/workflows (#2561)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-04-11 13:15:37 +02:00 committed by GitHub
parent 36efc821de
commit 9780d82d70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ jobs:
with:
python-version: '3.12' # Pin Python to avoid 3.14 incompatibility with Black 22.3.0
# This version should match what you can find in .pre-commit-config.yaml
- uses: psf/black@22.3.0 # https://black.readthedocs.io/en/stable/integrations/github_actions.html
- uses: psf/black@26.3.0 # https://black.readthedocs.io/en/stable/integrations/github_actions.html
with:
options: "--check --verbose"
src: "./src"