From 832cb61cf04899f0dfe95176c55ed84bfe268418 Mon Sep 17 00:00:00 2001 From: Chris Hopkins Date: Mon, 30 Mar 2026 10:59:04 +0100 Subject: [PATCH] chore: increase version of uv to fix dependabot scanning issues Signed-off-by: DBT pre-commit check --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8bf64210..ddb3e7dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Using a multi-stage image to create a final image without uv. # First, build the application in the `/app` directory. ARG TRUFFLEHOG_VERSION='USE_BUILD_ARG' -ARG UV_VERSION=0.9.17 +ARG UV_VERSION=0.11.2 FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_builder diff --git a/pyproject.toml b/pyproject.toml index e04f4bd3..7c6cb0a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ namespaces = false [tool.uv] package = true -required-version = "==0.9.17" +required-version = "==0.11.2" [tool.ruff] line-length = 125