From e77b60a7e9791f4a7ebe7e8c7db6d3e203108bf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:37:26 +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