From 6cd1572ff2cd4481b49a44f121b29c6ec4403f77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 21:29:12 +0000 Subject: [PATCH] fix: aws-python-rest-api-with-faunadb/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- aws-python-rest-api-with-faunadb/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/aws-python-rest-api-with-faunadb/requirements.txt b/aws-python-rest-api-with-faunadb/requirements.txt index a28b39206..29d5d9678 100644 --- a/aws-python-rest-api-with-faunadb/requirements.txt +++ b/aws-python-rest-api-with-faunadb/requirements.txt @@ -1 +1,2 @@ faunadb==0.1.2 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability