Skip to content

Commit 6088187

Browse files
Bump black from 23.12.1 to 24.1.1
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.1...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57036aa commit 6088187

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
@@ -58,9 +58,9 @@ dev-flake8 = [
5858
"pydocstyle == 6.3.0",
5959
]
6060
dev-examples = ["polars == 0.20.2"]
61-
dev-formatting = ["black == 23.12.1", "isort == 5.13.2"]
61+
dev-formatting = ["black == 24.1.1", "isort == 5.13.2"]
6262
dev-mkdocs = [
63-
"black == 23.12.1",
63+
"black == 24.1.1",
6464
"Markdown==3.5.1",
6565
"mike == 2.0.0",
6666
"mkdocs-gen-files == 0.5.0",

0 commit comments

Comments
 (0)