From faf9ea17f5366a06b36919c8f3fa4bc378b0aaa3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Dec 2025 22:04:41 +0000 Subject: [PATCH] fix: cmd/python/functions_framework_compat/converter/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- .../functions_framework_compat/converter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/python/functions_framework_compat/converter/requirements.txt b/cmd/python/functions_framework_compat/converter/requirements.txt index ad97f7b..c33c285 100644 --- a/cmd/python/functions_framework_compat/converter/requirements.txt +++ b/cmd/python/functions_framework_compat/converter/requirements.txt @@ -31,7 +31,7 @@ requests==2.24.0 rsa==4.7 six==1.15.0 uritemplate==3.0.1 -urllib3==1.26.5 +urllib3==2.6.0 Werkzeug==1.0.1 wrapt==1.12.1 yarl==1.5.1