Skip to content

Commit 0b17ebf

Browse files
deps-dev(deps-dev): update black requirement from >=23.12.0 to >=26.3.1
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b193a9 commit 0b17ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = []
1212

1313
[project.optional-dependencies]
1414
dev = [
15-
"black>=23.12.0",
15+
"black>=26.3.1",
1616
"isort>=5.13.0",
1717
"ruff>=0.1.0",
1818
]

0 commit comments

Comments
 (0)