From 6bf2045b1ca4687d893597508a86853b23baa72e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 16:29:48 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.4 --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 82fcb67f..cda5276a 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.8 tox: - FROM python:3.14.3-alpine + FROM python:3.14.4-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.14.3 + FROM python:3.14.4 DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+PYTHON_PREPARE # Build