From 06b5e42951eccdc6a9a1a720b8348c9450f44008 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 May 2025 04:08: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-SETUPTOOLS-9964606 --- .../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 bf6680360..4148362e9 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. +setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability