Skip to content

Commit 39e9392

Browse files
🤖 deps(pip): Update isort requirement from ==7.* to >=7,<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@7.0.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b7c1be commit 39e9392

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
@@ -69,7 +69,7 @@ dev = [
6969
"ipykernel==6.*; python_version<'3.10'",
7070
"ipykernel==7.*; python_version>='3.10'",
7171
"isort==6.*; python_version<'3.10'",
72-
"isort==7.*; python_version>='3.10'",
72+
"isort>=7,<9; python_version>='3.10'",
7373
"prek==0.*",
7474
"pycln==2.*",
7575
"pylint==3.*; python_version<'3.10'",

0 commit comments

Comments
 (0)