chore(deps): lock file maintenance #134
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: Reject
Change Score: 2/10
These changes update package versions in the
uv.lock
file. While updating dependencies is sometimes necessary, many of these packages have been updated to versions that are far into the future. Specifically,certifi
is updated to version2025.6.15
, and other packages also have future dates in theirupload-time
fields. These futuristic versions are almost certainly not real releases and should not be included in your lockfile. This raises concerns about the integrity and reliability of the lockfile and the packages it references.I am also going to remind you that your dependencies should be checked for compatibility when updating Python versions.
I recommend reverting these changes and investigating the source of these incorrect version updates.