Skip to content

Commit 959035c

Browse files
Update isort requirement from <7.0.0,>=6.0.1 to >=6.0.1,<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@6.0.1...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 aa9ed35 commit 959035c

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
@@ -23,7 +23,7 @@ package-mode = false
2323

2424
[dependency-groups]
2525
dev = [
26-
"isort<7.0.0,>=6.0.1",
26+
"isort>=6.0.1,<9.0.0",
2727
"black<26.0.0,>=25.1.0",
2828
]
2929

0 commit comments

Comments
 (0)