From 635c063c818d4f5df37ff29a0f61654b8b913176 Mon Sep 17 00:00:00 2001 From: Magnus Wahlberg Date: Thu, 5 Dec 2024 13:01:25 +0100 Subject: [PATCH] Update autoblack_pull_request.yml (#514) --- .github/workflows/autoblack_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoblack_pull_request.yml b/.github/workflows/autoblack_pull_request.yml index 128efcb..e62b83e 100644 --- a/.github/workflows/autoblack_pull_request.yml +++ b/.github/workflows/autoblack_pull_request.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-python@v5.3.0 with: python-version: '3.12' - - run: pip install black==24.4.2 + - run: pip install black==24.10.0 - run: black --check . - name: If needed, commit black changes to the pull request if: failure()