diff --git a/builders/testdata/python/functions/with_dependencies/requirements.txt b/builders/testdata/python/functions/with_dependencies/requirements.txt index 006b6e9..b5b73df 100644 --- a/builders/testdata/python/functions/with_dependencies/requirements.txt +++ b/builders/testdata/python/functions/with_dependencies/requirements.txt @@ -1,2 +1,3 @@ hatch importlib-metadata==1.7.0 # version incorrectly resolved by pip +cryptography>=48.0.1 # not directly required, pinned by Snyk to avoid a vulnerability