Skip to content

Commit 5c11643

Browse files
Chore(deps): Update black requirement from <25 to <26
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@18.3a0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1f6504 commit 5c11643

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
@@ -86,7 +86,7 @@ dependencies = [
8686
"verlib2==0.3.1",
8787
]
8888
optional-dependencies.develop = [
89-
"black<25",
89+
"black<26",
9090
"mypy<1.16",
9191
"poethepoet<1",
9292
"pyproject-fmt<3",

0 commit comments

Comments
 (0)