Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8de80af

Browse files
authoredMar 3, 2025··
build(deps-dev): bump isort from 5.13.2 to 6.0.1
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>
1 parent ec32160 commit 8de80af

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed
 

‎poetry.lock

+16-15
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.0.1"
4848
pylint = ">=2.16.2,<4.0.0"
4949
pylint-per-file-ignores = "^1.2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.