From 66d43e05f48af34ac3bd30afdb29b7d1fd9b5021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 14:31:26 +0000 Subject: [PATCH] Bump python in /infra in the patch group across 1 directory Bumps the patch group with 1 update in the /infra directory: python. Updates `python` from 3.14.3-slim to 3.14.5-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.14.5-slim dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- infra/dockerfile.base | 2 +- infra/dockerfile.spawn_pipeline | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/dockerfile.base b/infra/dockerfile.base index d7827ed9e5..0410ef5e9d 100644 --- a/infra/dockerfile.base +++ b/infra/dockerfile.base @@ -1,4 +1,4 @@ -FROM python:3.14.3-slim +FROM python:3.14.5-slim COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ diff --git a/infra/dockerfile.spawn_pipeline b/infra/dockerfile.spawn_pipeline index f011c7d583..89efe6d821 100644 --- a/infra/dockerfile.spawn_pipeline +++ b/infra/dockerfile.spawn_pipeline @@ -1,4 +1,4 @@ -FROM python:3.14.3-slim +FROM python:3.14.5-slim COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/