Skip to content

Commit aa15183

Browse files
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](PyCQA/isort@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] <support@github.com>
1 parent 9349ab8 commit aa15183

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

4848
[tool.poetry.group.ci.dependencies]
4949
black = "^24.8.0"
50-
isort = "^5.13.2"
50+
isort = ">=5.13.2,<9.0.0"
5151
pytest = "^8.3.3"
5252
poethepoet = "^0.29.0"
5353
tox = "^4.24.1"

0 commit comments

Comments
 (0)