From 509e62c41ecc43d074d2d9083477acebea9c533c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:01:58 +0000 Subject: [PATCH] chore(deps): update dependency pytest-helm-charts to v1.2.0 --- ats/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ats/Pipfile b/ats/Pipfile index 8b0c2ca3a1..ca3f54e6a7 100644 --- a/ats/Pipfile +++ b/ats/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [packages] -pytest-helm-charts = "==1.1.1" +pytest-helm-charts = "==1.2.0" pytest = "==7.4.3" pykube-ng = "==22.9.0" pytest-rerunfailures = "==11.1.2"