From 8ea13a0c703e9c524dc3396244c189998f406385 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 07:18:13 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3c28db..6408a0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ requests==2.26.0 nose==1.3.7 unittest2==1.1.0 mock==4.0.3 -PyYAML==6.0.1 #keep pyYaml compatible with awscli makes the build process easier \ No newline at end of file +PyYAML==6.0.1 #keep pyYaml compatible with awscli makes the build process easier +urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file