Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3e1f1bd

Browse files
authoredFeb 10, 2025··
build(deps): bump black from 24.10.0 to 25.1.0
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eeefb04 commit 3e1f1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ coverage = [
2727
"coverage==7.6.10"
2828
]
2929
formatting = [
30-
"black==24.10.0",
30+
"black==25.1.0",
3131
"isort==6.0.0"
3232
]
3333
linting = [

0 commit comments

Comments
 (0)
Please sign in to comment.