Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and federicobond committed Aug 6, 2024
1 parent b6452d3 commit fd1dbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source = ["."]

[project.optional-dependencies]
test = [
"black==24.4.2",
"black==24.8.0",
"check-manifest==0.48",
"pre-commit==3.8.0",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.4.2
black==24.8.0
Jinja2>=3.0.0
mypy==1.11.0
snapshottest==0.6.0

0 comments on commit fd1dbf5

Please sign in to comment.