From c4dc52d23d91fb2934ccfdc2f2b91999e4ade8c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 09:04:30 +0000 Subject: [PATCH] fix: aws-python-rest-api-with-pynamodb/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-pynamodb/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aws-python-rest-api-with-pynamodb/requirements.txt b/aws-python-rest-api-with-pynamodb/requirements.txt index 201f2a8da..432ea774f 100644 --- a/aws-python-rest-api-with-pynamodb/requirements.txt +++ b/aws-python-rest-api-with-pynamodb/requirements.txt @@ -1,3 +1,4 @@ pynamodb==3.1.0 boto3 #no-deploy -botocore #no-deploy \ No newline at end of file +botocore #no-deploy +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file