From 630fb78798a29938b55f4702e2dcef1d0aa5162a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2026 16:42:26 +0000 Subject: [PATCH] fix: builders/testdata/python/functions/with_dependencies/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-17344551 --- .../testdata/python/functions/with_dependencies/requirements.txt | 1 + 1 file changed, 1 insertion(+) 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