From 7f078e7d0226069aff4e1cea9e202318f0d4b473 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 08:29:56 +0000 Subject: [PATCH] fix: helm/hack/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- helm/hack/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/hack/requirements.txt b/helm/hack/requirements.txt index 91a83073..d847ebef 100644 --- a/helm/hack/requirements.txt +++ b/helm/hack/requirements.txt @@ -1,2 +1,3 @@ PyYAML==5.4 requests==2.22.0 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability