Skip to content

Commit 25e5ee3

Browse files
Bump isort from 7.0.0 to 8.0.0 (#346)
* 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> * Update dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: docktermj <michael@dockter.com>
1 parent 92f8fd9 commit 25e5ee3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ lint = [
7575
"black==26.1.0",
7676
"flake8==7.3.0",
7777
"isort==6.1.0; python_version <= '3.11'",
78-
"isort==7.0.0; python_version > '3.11'",
78+
"isort==8.0.0; python_version > '3.11'",
7979
"mypy==1.19.1",
8080
"pylint-per-file-ignores==2.0.3; python_version <= '3.11'",
8181
"pylint-per-file-ignores==3.2.0; python_version > '3.11'",
8282
"pylint==3.3.9; python_version <= '3.11'",
83-
"pylint==4.0.4; python_version > '3.11'",
83+
"pylint==4.0.5; python_version > '3.11'",
8484
]
8585
test = [
8686
"pytest==8.4.2; python_version <= '3.11'",

0 commit comments

Comments
 (0)