From a73a50ac599f7ac94ba1cb01831802cd0856154a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Nov 2025 19:01:43 +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 ad798cb..874a2d9 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