Skip to content

chore(deps): update ⬆️ mise-packages to v9 - #1044

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/major-mise-packages
Aug 31, 2026
Merged

chore(deps): update ⬆️ mise-packages to v9#1044
renovate[bot] merged 2 commits into
mainfrom
renovate/major-mise-packages

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pipx:isort (changelog) 8.0.19.0.0 age adoption passing confidence

Release notes are maintained in a PR comment by the renovate-release-notes-comment workflow.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Between 03:00 AM and 05:59 AM (* 3-5 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from scottames as a code owner August 31, 2026 11:10
@renovate
renovate Bot enabled auto-merge (squash) August 31, 2026 11:10
@scottames-github-bot

Copy link
Copy Markdown
Contributor

Renovate Release Notes

Generated from Renovate's update table by the renovate-release-notes-comment workflow.

Packages that cannot be summarized from GitHub releases are listed explicitly below.

PyCQA/isort (pipx:isort)

9.0.0: 9.0.0

Compare Source

isort 9.0.0 is the result of several alpha and beta releases, as well as a small number of fixes added after the last beta. For release notes for the individual alphas and betas we would like to refer to:

Skipped version numbers are the result of changes to our release infrastructure that broke while creating the actual releases.

Please find below the full release notes for version 9.0.0, the newest release of isort after version 8.0.1.


isort 9.0.0 contains some significant changes and improvements. Most notably there is now support for Python 3.15 and its lazy imports and we have included several performance improvements as well as providing mypyc compiled wheels for all major platforms and supported versions of Python. In our own tests we saw speeds ups of more than 2x and 3x times, but this is highly dependent on the codebase isort needs to inspect.

The full list of changes is as follows:

💥 Breaking Changes

  • Remove logic for deprecated options (#2498) @​DanielNoord

🚀 Features

🪲 Fixes

Other changes

Full Changelog: PyCQA/isort@8.0.1...9.0.0

@renovate
renovate Bot merged commit 60b7a06 into main Aug 31, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/major-mise-packages branch August 31, 2026 11:17
scottames pushed a commit that referenced this pull request Sep 3, 2026
🤖 I have created a release *beep* *boop*
---


## [0.52.0](v0.51.0...v0.52.0)
(2026-09-03)


### Updates & Misc Chores

* **deps:** update ⬆️ agent extensions to v0.18.2
([#1036](#1036))
([7b44360](7b44360))
* **deps:** update ⬆️ aqua-packages to v4.554.0
([#1034](#1034))
([47f9b9b](47f9b9b))
* **deps:** update ⬆️ aqua-packages to v4.555.0
([#1041](#1041))
([2030de0](2030de0))
* **deps:** update ⬆️ github-actions to v2
([#1038](#1038))
([39534fa](39534fa))
* **deps:** update ⬆️ github-actions to v4.2.5
([#1037](#1037))
([670907c](670907c))
* **deps:** update ⬆️ mise-packages
([#1033](#1033))
([456f480](456f480))
* **deps:** update ⬆️ mise-packages
([#1039](#1039))
([ee5783a](ee5783a))
* **deps:** update ⬆️ mise-packages
([#1040](#1040))
([f3f078c](f3f078c))
* **deps:** update ⬆️ mise-packages
([#1042](#1042))
([28f7af1](28f7af1))
* **deps:** update ⬆️ mise-packages
([#1043](#1043))
([7dd3241](7dd3241))
* **deps:** update ⬆️ mise-packages
([#1045](#1045))
([d855e64](d855e64))
* **deps:** update ⬆️ mise-packages
([#1047](#1047))
([c3e8abe](c3e8abe))
* **deps:** update ⬆️ mise-packages to v9
([#1044](#1044))
([60b7a06](60b7a06))
* **herdr:** explicitly define shell
([320a6ec](320a6ec))
* **mise:** add syft bin
([0a2cb19](0a2cb19))
* **nono:** add ~/.local/share/gh read
([25e2712](25e2712))
* **nono:** add yamllint config path
([9a71d9e](9a71d9e))
* **nono:** allow mise state to run/update mise config
([99cd7be](99cd7be))
* upgrade trunk ([#1035](#1035))
([0eab6da](0eab6da))
* **voxtype:** add duck media config for 1.0 release
([3d6ff83](3d6ff83))


### Features

* **agents:** add ctx7 CLI skill
([ea76e81](ea76e81))
* **droid:** track ~/.factory/settings.json
([fc230b5](fc230b5))
* **git:** add Field Office workstation profile
([#1046](#1046))
([7ec8062](7ec8062))
* **mise:** add `ctx7` CLI
([130fe18](130fe18))
* **mise:** add checksum-verified Droid
([1f7907c](1f7907c))
* **nono:** add droid-local profile
([67ead60](67ead60))
* **themes:** runtime theme switcher with aura and catppuccin-mocha
([00007ed](00007ed))


### Bug Fixes

* **nono:** grant AGENTS.md symlink target in local profiles
([4559c6a](4559c6a))
* **pi:** configure Starship footer
([85587bc](85587bc))


### Code Refactoring

* **mise:** move npm package_manager from bun to aube
([5fa82f3](5fa82f3))
* **opencode:** rm context7 mcp in favor of cli/skill
([9ff06fb](9ff06fb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants