Skip to content

Commit 0fdc98e

Browse files
fix(deps): update dependency python to v3.14.5 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed0a67a commit 0fdc98e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN cd /tmp/preinstall && \
6666

6767
# Python
6868
# renovate: datasource=python-version depName=python
69-
ARG PYTHON_VERSION=3.14.4
69+
ARG PYTHON_VERSION=3.14.5
7070
ENV PATH="/mise/installs/python/${PYTHON_VERSION}/bin:$PATH"
7171
RUN mise use -g python@${PYTHON_VERSION} && \
7272
ln -s /mise/installs/python/${PYTHON_VERSION} /mise/installs/python/current

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ go = "1.26.2"
77
node = "24.14.1"
88
ruby = "3.4.9"
99
rust = "1.94.1"
10-
python = "3.14.4"
10+
python = "3.14.5"

0 commit comments

Comments
 (0)