From 026e3df97ff170dbcd2bb5fcd8c40b7e32ad5979 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 23 Jan 2024 09:49:21 +0000 Subject: [PATCH] Update dependency pipenv to v2023.11.17 Signed-off-by: Mend Renovate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d528fd51c..4fb9f56c3 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ HELM_VERSION := v3.13.3 KUBECTL_VERSION := v1.28.4 KUSTOMIZE_VERSION := v5.3.0 OPERATOR_SDK_VERSION := v1.31.0 -PIPENV_VERSION := 2023.11.15 +PIPENV_VERSION := 2023.11.17 YQ_VERSION := v4.40.5 # We don't vendor modules. Enforce that behavior