From af64c520b340abc8d61aa781b3cbcb0ad2216305 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 05:47:06 +0000 Subject: [PATCH] fix: builders/testdata/python/functions/with_framework_bin_conflict/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843 --- .../functions/with_framework_bin_conflict/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builders/testdata/python/functions/with_framework_bin_conflict/requirements.txt b/builders/testdata/python/functions/with_framework_bin_conflict/requirements.txt index bf66803..bda32b9 100644 --- a/builders/testdata/python/functions/with_framework_bin_conflict/requirements.txt +++ b/builders/testdata/python/functions/with_framework_bin_conflict/requirements.txt @@ -1,2 +1,4 @@ functions-framework==1.5.0 spacy==2.3.2 # spacy installs executables into bin and site-packages/bin. +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability +werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability