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()