From 9a83ded357afef49a5186651c6806ced98048e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:55:36 +0000 Subject: [PATCH] Bump astral-sh/uv in /play-developer-reporting Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.10-python3.12-trixie to 0.11.14-python3.12-trixie. - [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.11.10...0.11.14) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.14-python3.12-trixie dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- play-developer-reporting/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-developer-reporting/Dockerfile b/play-developer-reporting/Dockerfile index 191ee592..e125dbe4 100644 --- a/play-developer-reporting/Dockerfile +++ b/play-developer-reporting/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.11.10-python3.12-trixie +FROM ghcr.io/astral-sh/uv:0.11.14-python3.12-trixie WORKDIR /app COPY pyproject.toml uv.lock ./ COPY src/ src/