From 3d24e6ac0e32fc492511a64a5cff2ac427e74be2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 06:01:15 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cef0733..ff2ffd4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ pre-commit: lint: stage: test - image: python:3.13-alpine + image: python:3.14-alpine before_script: - apk add make bash - make venv