chore(deps): lock file maintenance #346
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/lock-file-maintenance"
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:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
Decision: Accept
Change Score: 100%
The changes appear to be a straightforward update to the
urllib3
version, including updated URLs, hashes, and sizes for both the sdist and wheel files. The new information seems consistent and valid for version 2.4.0. No immediate issues are apparent.Decision: Accept
Change Score: 100%
The changes appear to be a straightforward update of the
urllib3
package version in theuv.lock
file. The version number, source URL, and associated hashes have been updated, and the wheel file information is updated as well.Recommendation:
Since this update involves cryptographic hashes, I recommend double-checking these hashes against the official source (e.g., PyPI) to ensure their integrity and prevent potential security risks. Also, make sure that urllib3 2.4.0 is compatible with the rest of your project dependencies.