Skip to content

Commit 1d9561d

Browse files
chore(deps-dev): update black requirement
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@22.3.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85f4e0e commit 1d9561d

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
@@ -61,7 +61,7 @@ pydocstyle = "^6.1"
6161

6262

6363
[tool.poetry.group.test-black.dependencies]
64-
black = ">=22.3,<25.0"
64+
black = ">=22.3,<26.0"
6565

6666

6767
[tool.poetry.group.test-bandit.dependencies]

0 commit comments

Comments
 (0)