Skip to content

Commit 0db3ad4

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

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
@@ -41,7 +41,7 @@ dev-docstrings = [
4141
"darglint == 1.8.1",
4242
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
4343
]
44-
dev-formatting = ["black == 23.9.1", "isort == 5.12.0"]
44+
dev-formatting = ["black == 23.10.1", "isort == 5.12.0"]
4545
dev-mkdocs = [
4646
"mike == 1.1.2",
4747
"mkdocs-gen-files == 0.5.0",

0 commit comments

Comments
 (0)