From 52247f67f5283ae7ab348e0351adbacf7c4a4793 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jan 2026 17:29:54 +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-14896210 --- .../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 98cde4c24..4152ae879 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.3 Werkzeug==1.0.1 wrapt==1.12.1 yarl==1.5.1