From 4b15e91f9e8835b287ebe36b246cd94fa993ec3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 22:28:07 +0000 Subject: [PATCH] fix(deps): update dependency python to v3.14.5 --- Dockerfile | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9755ca8..90a34a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,7 @@ RUN cd /tmp/preinstall && \ # Python # renovate: datasource=python-version depName=python -ARG PYTHON_VERSION=3.14.4 +ARG PYTHON_VERSION=3.14.5 ENV PATH="/mise/installs/python/${PYTHON_VERSION}/bin:$PATH" RUN mise use -g python@${PYTHON_VERSION} && \ ln -s /mise/installs/python/${PYTHON_VERSION} /mise/installs/python/current diff --git a/mise.toml b/mise.toml index 16c1932..227ddb6 100644 --- a/mise.toml +++ b/mise.toml @@ -7,4 +7,4 @@ go = "1.26.2" node = "24.14.1" ruby = "3.4.9" rust = "1.94.1" -python = "3.14.4" +python = "3.14.5"