Skip to content

Commit 4a8d4ad

Browse files
Bump isort from 5.10.1 to 6.0.1
Bumps [isort](https://github.com/PyCQA/isort) from 5.10.1 to 6.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.10.1...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43d3ce1 commit 4a8d4ad

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
@@ -29,7 +29,7 @@ dependencies = [
2929
[project.optional-dependencies]
3030
dev = [
3131
"black==22.3.0",
32-
"isort==5.10.1",
32+
"isort==6.0.1",
3333
]
3434

3535
[project.urls]

0 commit comments

Comments
 (0)