Update dependency isort to v7 #258

Closed
Renovate wants to merge 1 commits from renovate/isort-7.x into dev
Collaborator

This PR contains the following updates:

Package Update Change
isort (changelog) major ==5.13.2 -> ==7.0.0

Release Notes

PyCQA/isort (isort)

v7.0.0

Compare Source

Changes

💥 Breaking Changes

🚀 Features

🪲 Fixes

👷 Continuous Integration

📦 Dependencies

v6.1.0

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [isort](https://github.com/PyCQA/isort) ([changelog](https://github.com/PyCQA/isort/releases)) | major | `==5.13.2` -> `==7.0.0` | --- ### Release Notes <details> <summary>PyCQA/isort (isort)</summary> ### [`v7.0.0`](https://github.com/PyCQA/isort/releases/tag/7.0.0) [Compare Source](https://github.com/PyCQA/isort/compare/6.1.0...7.0.0) #### Changes #### :boom: Breaking Changes - Drop support for Python 3.9 ([#&#8203;2430](https://github.com/PyCQA/isort/issues/2430)) [@&#8203;DanielNoord](https://github.com/DanielNoord) #### :rocket: Features - Show absolute paths in skipped file messages ([#&#8203;2416](https://github.com/PyCQA/isort/issues/2416)) [@&#8203;pranlawate](https://github.com/pranlawate) #### :beetle: Fixes - Some fixes for Python 3.14 ([#&#8203;2433](https://github.com/PyCQA/isort/issues/2433)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Test on `3.14` and fix any bugs ([#&#8203;2425](https://github.com/PyCQA/isort/issues/2425)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Update CHANGELOG.md + Fix Formatting and Grammar ([#&#8203;2419](https://github.com/PyCQA/isort/issues/2419)) [@&#8203;lukbrew25](https://github.com/lukbrew25) - Fix output of hanging indent for long lines with noqa ([#&#8203;2407](https://github.com/PyCQA/isort/issues/2407)) [@&#8203;matan1008](https://github.com/matan1008) #### :construction_worker: Continuous Integration - Format with `ruff` instead of `black` ([#&#8203;2432](https://github.com/PyCQA/isort/issues/2432)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Target 3.10 for `ruff` ([#&#8203;2431](https://github.com/PyCQA/isort/issues/2431)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Update development dependencies to latest version ([#&#8203;2426](https://github.com/PyCQA/isort/issues/2426)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - docs: update pre-commit examples to version 6.1.0 ([#&#8203;2413](https://github.com/PyCQA/isort/issues/2413)) [@&#8203;pranlawate](https://github.com/pranlawate) - Small cleanup for developer environment ([#&#8203;2418](https://github.com/PyCQA/isort/issues/2418)) [@&#8203;DanielNoord](https://github.com/DanielNoord) #### :package: Dependencies - Bump actions/setup-python from 5 to 6 in the github-actions group ([#&#8203;2411](https://github.com/PyCQA/isort/issues/2411)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) ### [`v6.1.0`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#610-October-1-2025) [Compare Source](https://github.com/PyCQA/isort/compare/6.0.1...6.1.0) - Add python 3.14 classifier and badge ([#&#8203;2409](https://github.com/PyCQA/isort/issues/2409)) [@&#8203;staticdev](https://github.com/staticdev) - Drop use of non-standard pkg_resources API ([#&#8203;2405](https://github.com/PyCQA/isort/issues/2405)) [@&#8203;dvarrazzo](https://github.com/dvarrazzo) ### [`v6.0.1`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#601-Febuary-26-2025) [Compare Source](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1) - Add OSError handling in find_imports_in_file ([#&#8203;2331](https://github.com/PyCQA/isort/issues/2331)) [@&#8203;kobarity](https://github.com/kobarity) ### [`v6.0.0`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#600-January-27-2025) [Compare Source](https://github.com/PyCQA/isort/compare/5.13.2...6.0.0) - Remove support for Python 3.8 ([#&#8203;2327](https://github.com/PyCQA/isort/issues/2327)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Python 3.13 support ([#&#8203;2306](https://github.com/PyCQA/isort/issues/2306)) [@&#8203;mayty](https://github.com/mayty) - Speed up exists_case_sensitive calls ([#&#8203;2264](https://github.com/PyCQA/isort/issues/2264)) [@&#8203;correctmost](https://github.com/correctmost) - Ensure that split_on_trailing_comma works with as imports ([#&#8203;2340](https://github.com/PyCQA/isort/issues/2340)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Black profile: enable magic comma ([#&#8203;2236](https://github.com/PyCQA/isort/issues/2236)) [@&#8203;MrMino](https://github.com/MrMino) - Update line_length and single_line_exclusions in google profile ([#&#8203;2149](https://github.com/PyCQA/isort/issues/2149)) [@&#8203;jagapiou](https://github.com/jagapiou) - Allow --diff to be used with --jobs ([#&#8203;2302](https://github.com/PyCQA/isort/issues/2302)) [@&#8203;mnakama](https://github.com/mnakama) - Fix wemake profile to have correct character limit ([#&#8203;2241](https://github.com/PyCQA/isort/issues/2241)) [@&#8203;sobolevn](https://github.com/sobolevn) - Fix sort_reexports code mangling ([#&#8203;2283](https://github.com/PyCQA/isort/issues/2283)) [@&#8203;Helveg](https://github.com/Helveg) - Fix correct group by package tokenization ([#&#8203;2136](https://github.com/PyCQA/isort/issues/2136)) [@&#8203;glasnt](https://github.com/glasnt) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Renovate added 1 commit 2025-10-11 17:32:53 +03:00
Update dependency isort to v7
Some checks failed
Analysis / SonarCloud (pull_request) Successful in 46s
Tests / Build and Test (3.11) (pull_request) Failing after 22s
Tests / Build and Test (3.12) (pull_request) Failing after 21s
Tests / Build and Test (3.13) (pull_request) Failing after 20s
193c13fe76
profitroll closed this pull request 2025-10-11 20:41:27 +03:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
Analysis / SonarCloud (pull_request) Successful in 46s
Tests / Build and Test (3.11) (pull_request) Failing after 22s
Required
Details
Tests / Build and Test (3.12) (pull_request) Failing after 21s
Required
Details
Tests / Build and Test (3.13) (pull_request) Failing after 20s
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.