diff --git a/.github/workflows/stylish.yml b/.github/workflows/stylish.yml index 0d5ecdb040..434a304cb5 100644 --- a/.github/workflows/stylish.yml +++ b/.github/workflows/stylish.yml @@ -24,7 +24,7 @@ jobs: - uses: psf/black@stable with: - version: "23.3.0" + version: "24.3.0" - name: Setup flake8 annotations uses: rbialon/flake8-annotations@v1 diff --git a/test-requirements.txt b/test-requirements.txt index 2dfb62d967..c350c806c3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ # the version of black is specified also in the stylish.yml github workflow; # please update the version there in case it is bumped here -black==23.3.0 +black==24.3.0 flake8 pytest pytest-randomly