Update isort requirement from <8,>=5 to >=5,<9#1190
Closed
Copilot wants to merge 1 commit intodependabot/pip/develop/isort-gte-5-and-lt-9from
Closed
Update isort requirement from <8,>=5 to >=5,<9#1190Copilot wants to merge 1 commit intodependabot/pip/develop/isort-gte-5-and-lt-9from
Copilot wants to merge 1 commit intodependabot/pip/develop/isort-gte-5-and-lt-9from
Conversation
Copilot
AI
changed the title
[WIP] Update isort requirement from <8,>=5 to >=5,<9
Update isort requirement from <8,>=5 to >=5,<9
Mar 2, 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.
The
isortdev dependency was capped at<8, excluding the latest major release. This updates the constraint to>=5,<9to permit isort 8.x.pyproject.toml: Bumpedisortbound from<8to<9under[project.optional-dependencies] developNote: this constraint governs only the pip-installed dev dependency. The pre-commit hook pins isort independently at
5.12.0via.pre-commit-config.yamland is unaffected by this change. No pytest tests directly exercise isort, so a constraint resolution failure would manifest as a brokenpip install ".[develop]"rather than a test failure.🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.