chore(deps): update dependency isort to v9 #648

Merged
tobru merged 1 commit from renovate/isort-9.x into main 2026-09-04 14:40:22 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
isort (changelog) >=8.0.1>=9.0.1 age confidence

Release Notes

PyCQA/isort (isort)

v9.0.1

Compare Source

🪲 Fixes

Other changes

Full Changelog: https://github.com/PyCQA/isort/compare/9.0.0...9.0.1

v9.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [isort](https://github.com/PyCQA/isort) ([changelog](https://github.com/PyCQA/isort/releases)) | `>=8.0.1` → `>=9.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/isort/9.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/isort/8.0.1/9.0.1?slim=true) | --- ### Release Notes <details> <summary>PyCQA/isort (isort)</summary> ### [`v9.0.1`](https://github.com/PyCQA/isort/releases/tag/9.0.1) [Compare Source](https://github.com/PyCQA/isort/compare/9.0.0...9.0.1) #### :beetle: Fixes - Restore `python -m isort` by excluding `__main__` from mypyc compilation by [@&#8203;DanielNoord](https://github.com/DanielNoord) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2643](https://github.com/PyCQA/isort/pull/2643) #### Other changes - Add changelog entries for last releases by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;2641](https://github.com/PyCQA/isort/pull/2641) **Full Changelog**: <https://github.com/PyCQA/isort/compare/9.0.0...9.0.1> ### [`v9.0.0`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#900-August-26-2026) [Compare Source](https://github.com/PyCQA/isort/compare/8.0.1...9.0.0) - Remove logic for deprecated options ([#&#8203;2498](https://github.com/PyCQA/isort/issues/2498)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Sort lazy import statements ([#&#8203;2503](https://github.com/PyCQA/isort/issues/2503)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Add initial support for Python 3.15 ([#&#8203;2466](https://github.com/PyCQA/isort/issues/2466)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Compile with `mypyc` by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;2586](https://github.com/PyCQA/isort/pull/2586) - Cache calls to `posixpath.abspath` by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;2606](https://github.com/PyCQA/isort/pull/2606) - Consider private `stdlib` modules to be `stdlib` ([#&#8203;2295](https://github.com/PyCQA/isort/issues/2295)) [@&#8203;devdanzin](https://github.com/devdanzin) - Add CLI Flag for --forced-separate ([#&#8203;2367](https://github.com/PyCQA/isort/pull/2367)) [@&#8203;hirak99](https://github.com/hirak99) - Add separate\_packages option ([#&#8203;2313](https://github.com/PyCQA/isort/issues/2313)) [@&#8203;alex-liang3](https://github.com/alex-liang3) - Fix inline comment duplication across merged `from X import` lines ([#&#8203;2499](https://github.com/PyCQA/isort/issues/2499)) [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) - Fix src glob patterns passed via CLI ([#&#8203;2497](https://github.com/PyCQA/isort/issues/2497)) [@&#8203;ReinerBRO](https://github.com/ReinerBRO) - Fix opening-line comment moving to alias attribute line on wrapped imports ([#&#8203;2491](https://github.com/PyCQA/isort/issues/2491)) [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) - Fix multi\_line\_output=3/5 ignored when wrapping single imports with inline comments ([#&#8203;2474](https://github.com/PyCQA/isort/issues/2474)) [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) - Fix false positive in `check_code` when using `float_to_top` + `add_imports` ([#&#8203;2492](https://github.com/PyCQA/isort/issues/2492)) [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) - Fix: preserve bare `#` inline comments on imports ([#&#8203;2488](https://github.com/PyCQA/isort/issues/2488)) [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) - Fix grouping of non-aliased imports when mixed with aliased imports from the same module ([#&#8203;2470](https://github.com/PyCQA/isort/issues/2470)) [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) - Fix [#&#8203;2500](https://github.com/PyCQA/isort/issues/2500): trusted publishing by [@&#8203;staticdev](https://github.com/staticdev) in [#&#8203;2521](https://github.com/PyCQA/isort/pull/2521) - Fix git\_hook lazy=True option by [@&#8203;sparrowt](https://github.com/sparrowt) in [#&#8203;2542](https://github.com/PyCQA/isort/pull/2542) - Honor `# isort: off/on/split` during `float_to_top` preprocessing with CRLF input by [@&#8203;DanielNoord](https://github.com/DanielNoord) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2553](https://github.com/PyCQA/isort/pull/2553) - Fix --sort-reexports crash with non-seekable streams (e.g. stdin) by [@&#8203;Abdu-Ahmed](https://github.com/Abdu-Ahmed) in [#&#8203;2547](https://github.com/PyCQA/isort/pull/2547) - Fix non-idempotent output with split\_on\_trailing\_comma and a non-default wrap mode by [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90) in [#&#8203;2554](https://github.com/PyCQA/isort/pull/2554) - Fix non-idempotent NOQA wrap mode with imports that carry their own comment by [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90) in [#&#8203;2556](https://github.com/PyCQA/isort/pull/2556) - Fix NOQA wrap mode accumulating spaces before the comment on each run by [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90) in [#&#8203;2558](https://github.com/PyCQA/isort/pull/2558) - Fix NOQA not added to long imports in several output paths by [@&#8203;urayoru113](https://github.com/urayoru113) in [#&#8203;2568](https://github.com/PyCQA/isort/pull/2568) - Honor `# isort: skip` when a `__future__` import is present ([#&#8203;2092](https://github.com/PyCQA/isort/issues/2092)) by [@&#8203;apoorvdarshan](https://github.com/apoorvdarshan) in [#&#8203;2574](https://github.com/PyCQA/isort/pull/2574) - fix: make sorted `__all__` and literals black-compatible ([#&#8203;2280](https://github.com/PyCQA/isort/issues/2280)) by [@&#8203;lord-haffi](https://github.com/lord-haffi) in [#&#8203;2576](https://github.com/PyCQA/isort/pull/2576) - Honor skip comments when sorting reexports by [@&#8203;sakshichitnis27](https://github.com/sakshichitnis27) in [#&#8203;2581](https://github.com/PyCQA/isort/pull/2581) - Keep aliased import when the plain name carries a comment by [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90) in [#&#8203;2567](https://github.com/PyCQA/isort/pull/2567) - fix: don't crash on --config-root without --resolve-all-configs by [@&#8203;Gooh456](https://github.com/Gooh456) in [#&#8203;2597](https://github.com/PyCQA/isort/pull/2597) - fix: check\_code misses lines\_before\_imports-only changes ([#&#8203;2242](https://github.com/PyCQA/isort/issues/2242)) by [@&#8203;gaoflow](https://github.com/gaoflow) in [#&#8203;2563](https://github.com/PyCQA/isort/pull/2563) - Fix preservation of form-feed blank lines by [@&#8203;utkarshalpha](https://github.com/utkarshalpha) in [#&#8203;2599](https://github.com/PyCQA/isort/pull/2599) - Small clean up and fix inconsistency in handling of `*` imports by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;2619](https://github.com/PyCQA/isort/pull/2619) - Fix word-wrapping of 'from ... import \*' into invalid Python ([#&#8203;2267](https://github.com/PyCQA/isort/issues/2267)) by [@&#8203;sudorm-rf0](https://github.com/sudorm-rf0) in [#&#8203;2624](https://github.com/PyCQA/isort/pull/2624) - Fix pylint disable-next comments at the start of imports by [@&#8203;Neallin-917](https://github.com/Neallin-917) in [#&#8203;2628](https://github.com/PyCQA/isort/pull/2628) - Keep add\_imports below a prefixed module docstring by [@&#8203;Eljees](https://github.com/Eljees) in [#&#8203;2626](https://github.com/PyCQA/isort/pull/2626) - Add read the docs configuration ([#&#8203;2504](https://github.com/PyCQA/isort/issues/2504)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Remove unused and broken dependencies ([#&#8203;2517](https://github.com/PyCQA/isort/issues/2517)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Remove `Any` from `parse.py` ([#&#8203;2516](https://github.com/PyCQA/isort/issues/2516)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Bring documentation in line with old documentation ([#&#8203;2507](https://github.com/PyCQA/isort/issues/2507)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Sync profile docs with implementation ([#&#8203;2495](https://github.com/PyCQA/isort/issues/2495)) [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) - Fix the playground ([#&#8203;2494](https://github.com/PyCQA/isort/issues/2494)) [@&#8203;DanielNoord7](https://github.com/DanielNoord7)) [@&#8203;hirak99](https://github.com/hirak99) - Remove unused \_ENCODING\_PATTERN regex and re import by [@&#8203;duriantaco](https://github.com/duriantaco) in [#&#8203;2525](https://github.com/PyCQA/isort/pull/2525) - Remove references to defunct `git_ignore` config by [@&#8203;sparrowt](https://github.com/sparrowt) in [#&#8203;2531](https://github.com/PyCQA/isort/pull/2531) - Fix broken relative links in README and CHANGELOG for both GitHub and Sphinx by [@&#8203;rohitshinde08](https://github.com/rohitshinde08) in [#&#8203;2530](https://github.com/PyCQA/isort/pull/2530) - Bump vendored `tomli` by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;2579](https://github.com/PyCQA/isort/pull/2579) - Document temporary .isorted files by [@&#8203;sapunyangkut](https://github.com/sapunyangkut) in [#&#8203;2580](https://github.com/PyCQA/isort/pull/2580) - Remove `cruft` by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;2610](https://github.com/PyCQA/isort/pull/2610) - Small fixes in preparation for `mypyc` compiled wheels by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;2623](https://github.com/PyCQA/isort/pull/2623) - Small fixes in preparation for compiling with `mypyc` by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;2625](https://github.com/PyCQA/isort/pull/2625) - Fix `test_importable` for local dev by [@&#8203;DanielNoord](https://github.com/DanielNoord) in [#&#8203;2635](https://github.com/PyCQA/isort/pull/2635) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC40Ni40IiwidXBkYXRlZEluVmVyIjoiNDQuNDYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
chore(deps): update dependency isort to v9
All checks were successful
Tests / test (push) Successful in 1m15s
507b3c3580
renovate force-pushed renovate/isort-9.x from 507b3c3580
All checks were successful
Tests / test (push) Successful in 1m15s
to 981ed712b0
All checks were successful
Tests / test (push) Successful in 1m14s
2026-08-28 03:02:07 +00:00
Compare
tobru merged commit b7abf5887a into main 2026-09-04 14:40:22 +00:00
tobru deleted branch renovate/isort-9.x 2026-09-04 14:40:22 +00:00
Sign in to join this conversation.
No description provided.