Skip to content

Commit 538e9ba

Browse files
Bump isort from 7.0.0 to 8.0.0 (#97)
* 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 7165bf2 commit 538e9ba

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
@@ -73,12 +73,12 @@ 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'",
8080
"pylint==3.3.9; python_version <= '3.11'",
81-
"pylint==4.0.4; python_version > '3.11'",
81+
"pylint==4.0.5; python_version > '3.11'",
8282
]
8383
test = [
8484
"pytest==8.4.2; python_version <= '3.11'",

0 commit comments

Comments
 (0)