From 5cb168186b6309e74310d993bcffcefad3ae4b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:56:47 +0000 Subject: [PATCH] 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](https://github.com/psf/black/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e82af1..077c34d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ Documentation = "https://kci.dev" Changelog = "https://github.com/kernelci/kci-dev/releases" [tool.poetry.group.ci.dependencies] -black = "^24.8.0" +black = ">=24.8,<27.0" isort = "^5.13.2" pytest = "^8.3.3" poethepoet = "^0.29.0"