Skip to content

Commit 27ae189

Browse files
Bump isort from 5.12.0 to 5.13.0 (#18)
Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.12.0...5.13.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c319fa commit 27ae189

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
@@ -40,7 +40,7 @@ dependencies = [
4040
[project.optional-dependencies]
4141
dev = [
4242
"black == 23.11.0",
43-
"isort == 5.12.0",
43+
"isort == 5.13.0",
4444
"pylint == 3.0.2",
4545
"coveralls",
4646
]

0 commit comments

Comments
 (0)