Skip to content

Commit e4e825b

Browse files
fix: bump black from 23.3.0 to 25.1.0
Bumps [black](https://github.com/psf/black) from 23.3.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@23.3.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 1f3a2a5 commit e4e825b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spark = [
2828
]
2929
test = [
3030
"bandit[toml]==1.8.2",
31-
"black==23.3.0",
31+
"black==25.1.0",
3232
"check-manifest==0.50",
3333
"flake8-bugbear==24.12.12",
3434
"flake8-docstrings",

0 commit comments

Comments
 (0)