Skip to content

Commit 5cb1681

Browse files
Update black requirement from ^24.8.0 to >=24.8,<27.0
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@24.8.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 9349ab8 commit 5cb1681

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
@@ -46,7 +46,7 @@ Documentation = "https://kci.dev"
4646
Changelog = "https://github.com/kernelci/kci-dev/releases"
4747

4848
[tool.poetry.group.ci.dependencies]
49-
black = "^24.8.0"
49+
black = ">=24.8,<27.0"
5050
isort = "^5.13.2"
5151
pytest = "^8.3.3"
5252
poethepoet = "^0.29.0"

0 commit comments

Comments
 (0)