From 5e1074481e7ee1ae1e7c8dc09cd1dd532ba37d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:13:21 +0000 Subject: [PATCH] Bump astral-sh/uv Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.8.15-python3.13-trixie-slim to 0.10.7-python3.13-trixie-slim. - [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.8.15...0.10.7) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.10.7-python3.13-trixie-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5753eb..167f463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.8.15-python3.13-trixie-slim +FROM ghcr.io/astral-sh/uv:0.10.7-python3.13-trixie-slim WORKDIR /app COPY ./.python-version ./.python-version