Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 88d4589 commit 2cf73fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest = "==8.1.1"
pytest-benchmark = "==4"
pytest-cov = "==5.0.0"
mypy = "==1.9.0"
black = {version = "==24.3.0", markers="python_version >= '3.8'"}
black = {version = "==24.4.0", markers="python_version >= '3.8'"}
tbump = "==6.11.0"
sphinx = {version = "==7.2.6", markers="python_version >= '3.9'"}
ruff = "==0.3.7"

0 comments on commit 2cf73fe

Please sign in to comment.