From aa15183507e4f8e259a65850919dc551a8d7cd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:56:08 +0000 Subject: [PATCH] Update isort requirement from ^5.13.2 to >=5.13.2,<9.0.0 Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/5.13.2...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.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..d275052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ Changelog = "https://github.com/kernelci/kci-dev/releases" [tool.poetry.group.ci.dependencies] black = "^24.8.0" -isort = "^5.13.2" +isort = ">=5.13.2,<9.0.0" pytest = "^8.3.3" poethepoet = "^0.29.0" tox = "^4.24.1"