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