chore(deps): update dependency isort to <6.1.1,>=6.1.0 #164

Merged
luke merged 1 commits from renovate/isort-6.x into main 2025-10-02 20:39:20 +02:00
Member

This PR contains the following updates:

Package Change Age Confidence
isort (changelog) <6.1.0,>=6.0.0 -> <6.1.1,>=6.1.0 age confidence

Release Notes

PyCQA/isort (isort)

v6.1.0

Compare Source

Changes

👷 Continuous Integration

📦 Dependencies


Configuration

📅 Schedule: 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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [isort](https://github.com/PyCQA/isort) ([changelog](https://github.com/PyCQA/isort/releases)) | `<6.1.0,>=6.0.0` -> `<6.1.1,>=6.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/isort/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/isort/6.0.1/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PyCQA/isort (isort)</summary> ### [`v6.1.0`](https://github.com/PyCQA/isort/releases/tag/6.1.0) [Compare Source](https://github.com/PyCQA/isort/compare/6.0.1...6.1.0) #### Changes - Update docs discussions channel ([#&#8203;2410](https://github.com/PyCQA/isort/issues/2410)) [@&#8203;staticdev](https://github.com/staticdev) - 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) - Use working isort version in pre-commit example ([#&#8203;2402](https://github.com/PyCQA/isort/issues/2402)) [@&#8203;iainelder](https://github.com/iainelder) - fix typo in \_get\_files\_from\_dir\_cached test ([#&#8203;2392](https://github.com/PyCQA/isort/issues/2392)) [@&#8203;tiltingpenguin](https://github.com/tiltingpenguin) - Resolve bandit warnings ([#&#8203;2379](https://github.com/PyCQA/isort/issues/2379)) [@&#8203;kurtmckee](https://github.com/kurtmckee) - Add tox for cross-platform, parallel test suite execution ([#&#8203;2378](https://github.com/PyCQA/isort/issues/2378)) [@&#8203;kurtmckee](https://github.com/kurtmckee) - Add Project URLs to PyPI Side Panel ([#&#8203;2387](https://github.com/PyCQA/isort/issues/2387)) [@&#8203;guillermodotn](https://github.com/guillermodotn) - Fix typos ([#&#8203;2376](https://github.com/PyCQA/isort/issues/2376)) [@&#8203;co63oc](https://github.com/co63oc) #### :construction\_worker: Continuous Integration - Add make bash scripts portable ([#&#8203;2377](https://github.com/PyCQA/isort/issues/2377)) [@&#8203;staticdev](https://github.com/staticdev) #### :package: Dependencies - Bump actions/checkout from 4 to 5 in the github-actions group ([#&#8203;2406](https://github.com/PyCQA/isort/issues/2406)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - Bump astral-sh/setup-uv from 5 to 6 in the github-actions group ([#&#8203;2395](https://github.com/PyCQA/isort/issues/2395)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) </details> --- ### Configuration 📅 **Schedule**: 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 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
renovate-bot added 1 commit 2025-10-01 18:37:01 +02:00
chore(deps): update dependency isort to <6.1.1,>=6.1.0
All checks were successful
Validate PR Title / validate (pull_request) Successful in 47s
CI / ci (pull_request) Successful in 4m29s
fd0118a98f
renovate-bot requested review from luke 2025-10-01 18:37:02 +02:00
Member

Decision: Accept
Change Score: 10/10

The diff updates the isort dependency from <6.1.0,>=6.0.0 to <6.1.1,>=6.1.0. It also updates the uv.lock file to reflect this change, including the new version number, source URL, hash, and size. This looks like a standard dependency update, and the changes to the lock file ensure consistency. No issues detected.

**Decision: Accept** **Change Score: 10/10** The diff updates the `isort` dependency from `<6.1.0,>=6.0.0` to `<6.1.1,>=6.1.0`. It also updates the `uv.lock` file to reflect this change, including the new version number, source URL, hash, and size. This looks like a standard dependency update, and the changes to the lock file ensure consistency. No issues detected.
luke merged commit d1ca8cff02 into main 2025-10-02 20:39:20 +02:00
luke deleted branch renovate/isort-6.x 2025-10-02 20:39:20 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/epage#164
No description provided.