From 9ca2cfeb90325167d090a9c8c274d12e31488c32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:55:50 +0000 Subject: [PATCH] chore(deps): update makefile dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec1185e6f..ccc93aceb 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ endif ## tools versions KUSTOMIZE_VERSION ?= 5.7.1 -YQ_VERSION ?= v4.47.1 +YQ_VERSION ?= v4.47.2 HELM_DOCS_VERSION ?= 1.14.2 -PINT_VERSION ?= 0.74.6 +PINT_VERSION ?= 0.74.8 HELM_VERSION ?= 3.18.6 ## Location to install dependencies to