Skip to content

Commit

Permalink
Bump black from 23.9.1 to 24.2.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.9.1 to 24.2.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.9.1...24.2.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 27a7466 commit 78b9a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ dev-flake8 = [
"pydoclint == 0.3.2",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 23.9.1", "isort == 5.12.0"]
dev-formatting = ["black == 24.2.0", "isort == 5.12.0"]
dev-mkdocs = [
"black == 23.9.1",
"black == 24.2.0",
"Markdown==3.4.4",
"mike == 2.0.0",
"mkdocs-gen-files == 0.5.0",
Expand Down

0 comments on commit 78b9a23

Please sign in to comment.