From 164631260448154d7d25666724eb1a3a234f37ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Nov 2025 17:48:18 +0000 Subject: [PATCH] fix: cmd/python/functions_framework/converter/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620 --- cmd/python/functions_framework/converter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/python/functions_framework/converter/requirements.txt b/cmd/python/functions_framework/converter/requirements.txt index ad798cbda..874a2d9b5 100644 --- a/cmd/python/functions_framework/converter/requirements.txt +++ b/cmd/python/functions_framework/converter/requirements.txt @@ -9,4 +9,4 @@ Jinja2==2.11.3 MarkupSafe==1.1.1 pathtools==0.1.2 watchdog==1.0.2 -Werkzeug==1.0.1 +Werkzeug==3.1.4