From be3505d453293816d3b1f3f729bd58033992fe45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 09:03:41 +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-14896210 --- helm/hack/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/hack/requirements.txt b/helm/hack/requirements.txt index 91a83073..11beeb53 100644 --- a/helm/hack/requirements.txt +++ b/helm/hack/requirements.txt @@ -1,2 +1,3 @@ PyYAML==5.4 requests==2.22.0 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability