From 68e90909a42fbf9d6d6da1c43253501406fb783b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Feb 2026 16:32:42 +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-ZIPP-7430899 --- .../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..0957a40 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. +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability