Skip to content

Commit 142f030

Browse files
build(deps-dev): bump isort from 5.13.2 to 6.0.1 (#127)
Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 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.13.2...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6347c4 commit 142f030

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pytest-cov = ">=4,<7"
4343
autoflake = ">=1.7.7,<3.0.0"
4444
black = ">=23.1,<25.0"
4545
flake8 = ">=6,<8"
46-
isort = "^5.10.1"
46+
isort = ">=5.10.1,<7.0.0"
4747
pre-commit = "4.2.0"
4848
pylint = ">=2.16.2,<4.0.0"
4949
pylint-per-file-ignores = "^1.2.0"

0 commit comments

Comments
 (0)