From fbc8ed555cf4fcba0f1395b6476b073ba1f6b1d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:59:05 +0000 Subject: [PATCH] Update dependency pytest-helm-charts to v1 --- tests/ats/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ats/Pipfile b/tests/ats/Pipfile index 1e7e54a5..7ba43cdc 100644 --- a/tests/ats/Pipfile +++ b/tests/ats/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [packages] -pytest-helm-charts = "~=0.6.0" +pytest-helm-charts = "~=1.1.2" pytest = "~=6.2.5" pykube-ng = "~=21.10.0" pytest-rerunfailures = "~=10.2"