From 82355c69f960163542c1791d02fde4f46821abf7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 16 Nov 2023 11:08:51 +0000 Subject: [PATCH] Update dependency pipenv to v2023.11.15 Signed-off-by: Mend Renovate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2d410556..1cff5c58a 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ HELM_VERSION := v3.13.2 KUBECTL_VERSION := v1.28.3 KUSTOMIZE_VERSION := v5.2.1 OPERATOR_SDK_VERSION := v1.31.0 -PIPENV_VERSION := 2023.11.14 +PIPENV_VERSION := 2023.11.15 YQ_VERSION := v4.35.2 # We don't vendor modules. Enforce that behavior