chore(deps): lock file maintenance #144

Merged
luke merged 1 commits from renovate/lock-file-maintenance into main 2025-08-08 20:54:06 +02:00
Member

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added 1 commit 2025-08-04 02:09:16 +02:00
chore(deps): lock file maintenance
All checks were successful
Validate PR Title / validate (pull_request) Successful in 18s
CI / ci (pull_request) Successful in 3m7s
895f749803
renovate-bot requested review from luke 2025-08-04 02:09:17 +02:00
Member

Decision: Accept
Change Score: 9/10

The changes propose an update to the uv.lock file, bumping the revision number and updating package versions, specifically certifi and ruff. The hashes and URLs for the updated packages appear to be correct.

One thing to note is that you've bumped the ruff version which is a good thing.

--- a/uv.lock
+++ b/uv.lock
@@ -503,27 +503,27 @@ wheels = [
 
 [[package]]
 name = "ruff"
--version = "0.12.5"
+version = "0.12.7"
**Decision: Accept** **Change Score: 9/10** The changes propose an update to the `uv.lock` file, bumping the revision number and updating package versions, specifically `certifi` and `ruff`. The hashes and URLs for the updated packages appear to be correct. One thing to note is that you've bumped the `ruff` version which is a good thing. ```diff --- a/uv.lock +++ b/uv.lock @@ -503,27 +503,27 @@ wheels = [ [[package]] name = "ruff" --version = "0.12.5" +version = "0.12.7" ```
luke merged commit 53039b64a1 into main 2025-08-08 20:54:06 +02:00
luke deleted branch renovate/lock-file-maintenance 2025-08-08 20:54:07 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/epage#144
No description provided.