Skip to content

Commit 50e3b07

Browse files
chore(deps-dev): update isort requirement (#98)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dba93f0 commit 50e3b07

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,<26.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)