From 9cfab6be86a47bac4b0e43fa6a36a00852653f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 01:02:42 +0000 Subject: [PATCH] chore(deps): bump python in /.buildkite Bumps python from 3.15.0b1-bookworm to 3.15.0b2-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0b2-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .buildkite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/Dockerfile b/.buildkite/Dockerfile index 755c9286..abc6e656 100644 --- a/.buildkite/Dockerfile +++ b/.buildkite/Dockerfile @@ -1,6 +1,6 @@ FROM ruby:4.0.5-slim-bookworm AS ruby FROM cypress/included:14.5.3 AS cypress -FROM python:3.15.0b1-bookworm AS python +FROM python:3.15.0b2-bookworm AS python # Latest released bktec image. This is used to split tests on `main`. On other # branches the test step builds bktec from source instead (see # .buildkite/steps/tests.sh). The `latest` tag only points at stable releases.