Skip to content

Commit 12f1cb5

Browse files
Bump black from 23.3.0 to 23.7.0
Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.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...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58bfb1f commit 12f1cb5

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
@@ -52,7 +52,7 @@ dev-docstrings = [
5252
"darglint == 1.8.1",
5353
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
5454
]
55-
dev-formatting = ["black == 23.3.0", "isort == 5.12.0"]
55+
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
5656
dev-mkdocs = [
5757
"mike == 1.1.2",
5858
"mkdocs-gen-files == 0.5.0",

0 commit comments

Comments
 (0)