Skip to content

Commit 7906aca

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 d611639 commit 7906aca

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

5959

6060
[tool.poetry.group.test-black.dependencies]
61-
black = ">=22.3,<25.0"
61+
black = ">=22.3,<26.0"
6262

6363

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

0 commit comments

Comments
 (0)