Skip to content

Commit 0dc2ca2

Browse files
Bump isort from 7.0.0 to 8.0.0
Bumps [isort](https://github.com/PyCQA/isort) from 7.0.0 to 8.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4623cc1 commit 0dc2ca2

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
@@ -73,7 +73,7 @@ lint = [
7373
"black==26.1.0; python_version > '3.11'",
7474
"flake8==7.3.0",
7575
"isort==6.1.0; python_version <= '3.11'",
76-
"isort==7.0.0; python_version > '3.11'",
76+
"isort==8.0.0; python_version > '3.11'",
7777
"mypy==1.19.1",
7878
"pylint-per-file-ignores==2.0.3; python_version <= '3.11'",
7979
"pylint-per-file-ignores==3.2.0; python_version > '3.11'",

0 commit comments

Comments
 (0)