From 5b7a9d56a22f7865329d9d62c7b1331954e09c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 03:14:06 +0000 Subject: [PATCH] build(deps): 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.6-slim to 3.14.7-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.14.7-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 3a6c19ae7b..92b3c76ca4 100644 --- a/infra/dockerfile.base +++ b/infra/dockerfile.base @@ -1,4 +1,4 @@ -FROM python:3.14.6-slim +FROM python:3.14.7-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 2511d78aa6..031114f610 100644 --- a/infra/dockerfile.spawn_pipeline +++ b/infra/dockerfile.spawn_pipeline @@ -1,4 +1,4 @@ -FROM python:3.14.6-slim +FROM python:3.14.7-slim COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/