chore(deps): update dependency isort to v7 #514
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 change updates the
isort
dependency from<6.1.1,>=6.1.0
to<7.0.1,>=7.0.0
. This appears to be a routine update of a development dependency. Ensure that this update doesn't introduce any compatibility issues with your codebase, especially regarding import sorting styles or configurations.Decision: Accept
Change Score: 10/10
The diff proposes an update to the
isort
dependency, upgrading it from version 6.1.0 to version 7.0.0. The changes include modifications to bothpyproject.toml
anduv.lock
to reflect this update. Thepyproject.toml
file is updated to specify the new version range, and theuv.lock
file is updated with the metadata forisort
version 7.0.0, including its URL, hash, and size. There are no apparent issues with these changes.Decision: Accept
Change Score: 9/10
This change updates the
isort
dependency from version 6.1.0 to 7.0.0. This is reflected in bothpyproject.toml
anduv.lock
. The hashes and URLs inuv.lock
have also been updated to match the new version.It looks like a solid update. Nice job keeping your dependencies up to date!