From b05aba4cbffec67ff48a4e88e233273cac1a5ace Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 20:03:37 +0000 Subject: [PATCH] fix: aws-python-pynamodb-s3-sigurl/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- aws-python-pynamodb-s3-sigurl/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aws-python-pynamodb-s3-sigurl/requirements.txt b/aws-python-pynamodb-s3-sigurl/requirements.txt index 151817525..01f9e4337 100644 --- a/aws-python-pynamodb-s3-sigurl/requirements.txt +++ b/aws-python-pynamodb-s3-sigurl/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.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file