chore(deps): update dependency isort to v7 #383
Reference in New Issue
Block a user
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.0Release Notes
PyCQA/isort (isort)
v7.0.0Compare Source
Changes
💥 Breaking Changes
🚀 Features
🪲 Fixes
3.14and fix any bugs (#2425) @DanielNoord👷 Continuous Integration
ruffinstead 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
isortversion constraint in thepyproject.tomlfile, from<6.1.1,>=6.1.0to<7.0.1,>=7.0.0.This update appears reasonable and keeps the
isortversion within a defined range. Ensure that the updated version ofisortdoesn't introduce any compatibility issues with the existing codebase or other development tools.Decision: Accept
Change Score: 10/10
This diff updates the
isortdependency from version 6.1.0 to 7.0.0, along with corresponding changes in theuv.lockfile 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.