Skip to content

Commit

Permalink
Update black requirement from ^23.1.0 to ^24.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.1.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 203b9bd commit 71bfeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nox = "^2023.4.22"
mypy = "^1.1.1"

[tool.poetry.group.linting.dependencies]
black = "^23.1.0"
black = "^24.3.0"
ruff = "^0.1.9"
codespell = "^2.2.5"

Expand Down

0 comments on commit 71bfeca

Please # to comment.