Skip to content

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
copilot/sub-pr-1188
Closed

Update isort requirement from <8,>=5 to >=5,<9#1190
Copilot wants to merge 1 commit intodependabot/pip/develop/isort-gte-5-and-lt-9from
copilot/sub-pr-1188

Conversation

Copy link

Copilot AI commented Mar 2, 2026

The isort dev dependency was capped at <8, excluding the latest major release. This updates the constraint to >=5,<9 to permit isort 8.x.

  • pyproject.toml: Bumped isort bound from <8 to <9 under [project.optional-dependencies] develop

Note: this constraint governs only the pip-installed dev dependency. The pre-commit hook pins isort independently at 5.12.0 via .pre-commit-config.yaml and is unaffected by this change. No pytest tests directly exercise isort, so a constraint resolution failure would manifest as a broken pip 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.

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
@paulf81 paulf81 closed this Mar 2, 2026
@misi9170 misi9170 deleted the copilot/sub-pr-1188 branch March 2, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants