From 19fc61f1afb6a57fd768c67a3f95f1fef03c2cd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 01:50:52 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies to v0.9.28 --- .pre-commit-config.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 533297f..6515391 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -95,7 +95,7 @@ repos: - id: taplo-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.27 + rev: 0.9.28 hooks: - id: uv-lock diff --git a/Dockerfile b/Dockerfile index 8e3d511..c9c9331 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # hadolint global ignore=DL3008 -FROM ghcr.io/astral-sh/uv:0.9.27@sha256:143b40f4ab56a780f43377604702107b5a35f83a4453daf1e4be691358718a6a AS uv +FROM ghcr.io/astral-sh/uv:0.9.28@sha256:59240a65d6b57e6c507429b45f01b8f2c7c0bbeee0fb697c41a39c6a8e3a4cfb AS uv ## # base