deps(deps-dev): bump isort from 7.0.0 to 8.0.1#34
Conversation
AssigneesThe following users could not be added as assignees: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [isort](https://github.com/PyCQA/isort) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@7.0.0...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
8d62ad6 to
0ffba43
Compare
There was a problem hiding this comment.
Pull request overview
Updates the dev dependency pin for isort to the latest major release to keep local development tooling current.
Changes:
- Bump
isortdev dependency from7.0.0to8.0.1inrequirements-dev.txt.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Code quality | ||
| black==26.3.0 | ||
| isort==7.0.0 | ||
| isort==8.0.1 |
There was a problem hiding this comment.
The CI workflow installs isort without using requirements-dev.txt (it does pip install black isort flake8 mypy), so this version bump will only affect developers who install from requirements-dev.txt, not CI. To keep local and CI linting consistent, consider updating CI to install -r requirements-dev.txt or pin isort to the same version there.
| isort==8.0.1 | |
| isort |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps isort from 7.0.0 to 8.0.1.
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.