From 88b1c0f632b41b478fe63647969da7819939a80a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:10:16 +0000 Subject: [PATCH] chore(deps): bump the sdk-python group across 1 directory with 2 updates Bumps the sdk-python group with 2 updates in the /sdk/python/runtime directory: python and [astral-sh/uv](https://github.com/astral-sh/uv). Updates `python` from 3.12-slim to 3.13-slim Updates `astral-sh/uv` from 0.4.18 to 0.5.13 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.4.18...0.5.13) --- updated-dependencies: - dependency-name: python dependency-type: direct:production dependency-group: sdk-python - dependency-name: astral-sh/uv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sdk-python ... Signed-off-by: dependabot[bot] --- sdk/python/runtime/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/runtime/Dockerfile b/sdk/python/runtime/Dockerfile index 9c2177df88..5ad65354c7 100644 --- a/sdk/python/runtime/Dockerfile +++ b/sdk/python/runtime/Dockerfile @@ -1,3 +1,3 @@ # Images defined here for Dependabot. -FROM python:3.12-slim@sha256:af4e85f1cac90dd3771e47292ea7c8a9830abfabbe4faa5c53f158854c2e819d AS base -FROM ghcr.io/astral-sh/uv:0.4.18@sha256:7091de9df72a77bdc92d6460f09403b4bdd5b35fe54e3320e4e1cbdacf8cdd49 AS uv +FROM python:3.13-slim@sha256:1127090f9fff0b8e7c3a1367855ef8a3299472d2c9ed122948a576c39addeaf1 AS base +FROM ghcr.io/astral-sh/uv:0.5.13@sha256:ea61e006cfec0e8d81fae901ad703e09d2c6cf1aa58abcb6507d124b50286f9f AS uv