From d636896c94374f6629a1fd28694016a64fa54160 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 22:17:57 +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-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- .../functions/with_framework_bin_conflict/requirements.txt | 1 + 1 file changed, 1 insertion(+) 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..6dcee2a 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,3 @@ functions-framework==1.5.0 spacy==2.3.2 # spacy installs executables into bin and site-packages/bin. +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability