Skip to content

Commit ab94630

Browse files
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] <[email protected]>
1 parent afdc7cc commit ab94630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ dev-flake8 = [
4444
"pydoclint == 0.5.14",
4545
"pydocstyle == 6.3.0",
4646
]
47-
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
47+
dev-formatting = ["black == 25.1.0", "isort == 5.13.2"]
4848
dev-mkdocs = [
4949
"Markdown == 3.7",
50-
"black == 24.10.0",
50+
"black == 25.1.0",
5151
"mike == 2.1.3",
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.1",

0 commit comments

Comments
 (0)