From 37e583da4965db2c1fd8a5a2b5fdeb63e49eca3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jan 2026 18:56:22 +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 ad97f7b..4468263 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