From f0e503a12d75dd7f1848d393b4584facc506e224 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 8 Jun 2026 06:06:52 +0000 Subject: [PATCH] Update dependency pipenv to v2026.6.2 Signed-off-by: Mend Renovate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5dae0e02..19c24f055 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ HELM_VERSION := v3.21.0 KUBECTL_VERSION := v1.35.1 KUSTOMIZE_VERSION := v5.8.1 OPERATOR_SDK_VERSION := v1.42.0 -PIPENV_VERSION := 2026.2.1 +PIPENV_VERSION := 2026.6.2 YQ_VERSION := v4.52.2 #ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20) ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')