From b492cc98b4da06a76a2d5f21be2f4d5ccc583e78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:47:49 +0000 Subject: [PATCH] Update dependency python to v3.14.1 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 79dfa63..ae99c5c 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] prek = "latest" -python = "3.14.0" +python = "3.14.1" [env] _.python.venv = { path = ".venv", create = true }