Skip to content

Commit 377b5e8

Browse files
chore(deps): bump isort from 6.0.1 to 7.0.0 (#410)
Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ef47de commit 377b5e8

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
@@ -50,7 +50,7 @@ coverage = [
5050
]
5151
formatting = [
5252
"black==25.9.0",
53-
"isort==6.0.1"
53+
"isort==7.0.0"
5454
]
5555
linting = [
5656
"pylint==3.3.7"

0 commit comments

Comments
 (0)