Skip to content

Commit 5fd8a9d

Browse files
Update isort requirement from <8,>=5 to >=5,<9
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.0.0...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 250164a commit 5fd8a9d

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
@@ -57,7 +57,7 @@ develop = [
5757
"pytest-benchmark~=5.1",
5858
"pre-commit~=4.0",
5959
"ruff~=0.9",
60-
"isort>=5,<8"
60+
"isort>=5,<9"
6161
]
6262

6363
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)