From 778e0e75078e0abc93da987f40da210f9996c854 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 07:07:10 +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-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3c28db..7c30028 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.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file