Skip to content

Commit b7aafc6

Browse files
chore(deps-dev): update isort requirement
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...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 530114e commit b7aafc6

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
@@ -44,7 +44,7 @@ invoke = "^2.2.0"
4444
hypothesis = "^6.108"
4545
tomli = "^2.2.1"
4646
black = "^24.1.0"
47-
isort = "^5.13.2"
47+
isort = ">=5.13.2,<8.0.0"
4848
flake8 = "^6.1.0"
4949
scikit-survival = "^0.24.1"
5050
pre-commit = "^3.8"

0 commit comments

Comments
 (0)