Skip to content

Commit

Permalink
Bump black from 23.3.0 to 24.3.0
Browse files Browse the repository at this point in the history
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](psf/black@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] <[email protected]>
Signed-off-by: Pino Toscano <[email protected]>
  • Loading branch information
dependabot[bot] authored and ptoscano committed Mar 20, 2024
1 parent 88aa4b1 commit 6a8cef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stylish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a8cef0

Please sign in to comment.