Skip to content

Commit 22589da

Browse files
Update isort requirement from <7.0.0,>=6.0.1 to >=6.0.1,<8.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...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f5cabe commit 22589da

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,<8.0.0",
2727
"black<26.0.0,>=25.1.0",
2828
]
2929

0 commit comments

Comments
 (0)