chore(deps): update dependency isort to v7 #167
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/isort-7.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
<6.1.1,>=6.1.0
-><7.0.1,>=7.0.0
Release Notes
PyCQA/isort (isort)
v7.0.0
Compare Source
Changes
💥 Breaking Changes
🚀 Features
🪲 Fixes
3.14
and fix any bugs (#2425) @DanielNoord👷 Continuous Integration
ruff
instead ofblack
(#2432) @DanielNoordruff
(#2431) @DanielNoord📦 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.
This PR has been generated by Renovate Bot.
Decision: Accept
Change Score: 9/10
Overview:
The change updates the
isort
dependency inpyproject.toml
from<6.1.1,>=6.1.0
to<7.0.1,>=7.0.0
. This appears to be a minor version update, which is generally a good practice to keep dependencies current and benefit from bug fixes and new features. Ensure compatibility with existing code.Decision: Accept
Change Score: 10/10
The diff proposes an upgrade of the
isort
dependency from version 6.1.0 to 7.0.0. The changes are reflected in bothpyproject.toml
anduv.lock
files. The hashes and URLs inuv.lock
appear to be updated correctly, which is crucial. No issues detected.