From 7512dbf52ef1b9be9b07a2f7c03392e2fe898407 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Jun 2025 23:21:34 +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-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- .../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..48dcbf9 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.5.0 Werkzeug==1.0.1 wrapt==1.12.1 yarl==1.5.1