From a92a6716947eb8a26b8adb3f42043d7b31467555 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 11:10:55 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- .gitlab-ci.yml | 2 +- .python-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 037fe3ec..40ee7ec9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: build: stage: build - image: python:3.13 + image: python:3.14 variables: GIT_DEPTH: 0 MKDOCS_GIT_COMMITTERS_APIKEY: $GH_TOKEN diff --git a/.python-version b/.python-version index 24ee5b1b..6324d401 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14