chore(deps): update dependency isort to v7 #383
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
The diff proposes a seemingly straightforward update to the
isort
version constraint in thepyproject.toml
file, from<6.1.1,>=6.1.0
to<7.0.1,>=7.0.0
.This update appears reasonable and keeps the
isort
version within a defined range. Ensure that the updated version ofisort
doesn't introduce any compatibility issues with the existing codebase or other development tools.Decision: Accept
Change Score: 10/10
This diff updates the
isort
dependency from version 6.1.0 to 7.0.0, along with corresponding changes in theuv.lock
file to reflect the new version and its associated metadata. The changes are consistent and well-formed. Remember to check your dependencies for compatibility with the new isort version.