From e1761c82cbc19b057d1e210074ddedfa2d9123f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2026 17:13:27 +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 006b6e929..b5b73df06 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