From c1e774abf9fab29388e5d03f8f76df750eea1a2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:38:07 +0000 Subject: [PATCH] Update dependency uv to v0.12.6 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 6144d25..31a7d29 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] # Basic technologies used in the repository python = "3.14.7" -uv = "0.12.5" +uv = "0.12.6" # Common tools "npm:pyright" = "1.1.413"