From 3528a1d2de5b9b79c1aa6696ca94bc2ebdf3c739 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Nov 2025 15:32:13 +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-WERKZEUG-14151620 --- .../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..149efbd 100644 --- a/cmd/python/functions_framework_compat/converter/requirements.txt +++ b/cmd/python/functions_framework_compat/converter/requirements.txt @@ -32,6 +32,6 @@ rsa==4.7 six==1.15.0 uritemplate==3.0.1 urllib3==1.26.5 -Werkzeug==1.0.1 +Werkzeug==3.1.4 wrapt==1.12.1 yarl==1.5.1