diff --git a/Dockerfile b/Dockerfile index 9207717..278f490 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.5 +ARG PYTHON_VERSION=3.14.6 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 b15eea8..d7593d0 100644 --- a/mise.toml +++ b/mise.toml @@ -7,4 +7,4 @@ go = "1.26.3" node = "24.14.1" ruby = "3.4.9" rust = "1.94.1" -python = "3.14.5" +python = "3.14.6"