From dd970972d03b9ed31613f4534c9a201a86f89031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:46:13 +0000 Subject: [PATCH] Bump black from 23.3.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.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/23.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... [ Amended by Pino Toscano to also change the version of black in the CI workflow. ] Signed-off-by: dependabot[bot] Signed-off-by: Pino Toscano --- .github/workflows/stylish.yml | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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