chore(deps-dev): update isort requirement from <6,>=5.13.2 to >=5.13.2,<9#420
Merged
Merged
Conversation
Contributor
|
@dependabot rebase |
Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.13.2...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
803c3e0 to
9d7bedf
Compare
jsonbailey
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on isort to permit the latest version.
Release notes
Sourced from isort's releases.
Changelog
Sourced from isort's changelog.
... (truncated)
Commits
a333737Merge pull request #2463 from FinlayTheBerry/issue/2461878ba7eAdded compression to stdlibs for Python 3.14 in isort/stdlibs/py314.pyb5f06a7Merge pull request #2459 from Fridayai700/fix-unindented-comment-corruption3459bdeMerge pull request #2460 from PyCQA/DanielNoord-patch-16e70bb6Update CHANGELOG for version 8.0.0fd2514bFix unindented comments being corrupted in indented blocksb0f2dabMerge pull request #2458 from skv0zsneg/issue/1882313797bFix lint.7d3a6f5Add ignore for cyclomatic complexity check.6b9f895Remove debug prints.Note
Low Risk
Single dev-dependency version bound change with no production code impact; minor risk only if a newer isort changes import-sort behavior in CI lint.
Overview
Relaxes the dev dependency pin for isort in
pyproject.tomlfrom>=5.13.2,<6to>=5.13.2,<9, so installs can resolve isort 6.x–8.x (e.g. 8.0.1) while keeping the same minimum version.No application or SDK runtime code changes; isort remains a dev-only tool used by the
linttarget (isort --check --atomiconldclientandcontract-tests). Existing[tool.isort]config is unchanged.Reviewed by Cursor Bugbot for commit 9d7bedf. Bugbot is set up for automated code reviews on this repo. Configure here.