Skip to content

Commit f884674

Browse files
chore(deps-dev): bump black from 26.3.0 to 26.3.1
Bumps [black](https://github.com/psf/black) from 26.3.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93a4ec0 commit f884674

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
@@ -21,7 +21,7 @@ test = [
2121
]
2222
lint = [
2323
"flake8==7.3.0",
24-
"black==26.3.0",
24+
"black==26.3.1",
2525
]
2626
dev = [
2727
{ include-group = "test" },

0 commit comments

Comments
 (0)