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..35c70442f 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.
+requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability