From a9b96b8fbc46bc154f100b7e328db2bd42a388e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:21:17 +0000 Subject: [PATCH 1/2] chore(deps): update python docker tag to v3.14.2 --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 04858924..71167647 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.8 tox: - FROM python:3.13.7-alpine + FROM python:3.14.2-alpine DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+PYTHON_PREPARE CACHE /root/.cache COPY requirements-tox.txt tox.ini . @@ -72,7 +72,7 @@ push: pypi-clean.sh docs: - FROM python:3.13.7 + FROM python:3.14.2 DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+PYTHON_PREPARE # Build From bc7656b5149fa50e2f7bfcd56c423e034939f371 Mon Sep 17 00:00:00 2001 From: natalyatodorova Date: Wed, 7 Jan 2026 13:23:36 +0000 Subject: [PATCH 2/2] !!update tox.ini --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6466b876..c7c5ab5d 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py311 py312 py313 + py314 [testenv] deps=-r{toxinidir}/requirements.txt