From a5243831bc757d7c2fcdd40b2c1fee30a9a92c0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:55:21 +0000 Subject: [PATCH] Update dependency pytest to v6.2.5 --- helm/kyverno-policies-dx/tests/ats/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/kyverno-policies-dx/tests/ats/Pipfile b/helm/kyverno-policies-dx/tests/ats/Pipfile index a3730e0..dfa15b8 100644 --- a/helm/kyverno-policies-dx/tests/ats/Pipfile +++ b/helm/kyverno-policies-dx/tests/ats/Pipfile @@ -9,7 +9,7 @@ setuptools = "==54.0.0" [packages] pytest-kube = {git = "https://github.com/giantswarm/pytest-kube.git", editable = false, ref = "kubectl"} -pytest = "==6.2.2" +pytest = "==6.2.5" pykube-ng = "==21.3.0" pyyaml = "==5.4.1" pytest-rerunfailures = "==9.1.1"