From 13ebe23a21602ee3f42b3fcae9c09e927101a7ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 02:10:06 +0000 Subject: [PATCH] fix: GCP/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- GCP/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCP/requirements.txt b/GCP/requirements.txt index 6696dce..1106c84 100644 --- a/GCP/requirements.txt +++ b/GCP/requirements.txt @@ -7,6 +7,6 @@ importlib==1.0.4 requests==2.31.0 six==1.15.0 soupsieve==2.0.1 -urllib3==1.26.6 +urllib3==1.26.19 webencodings==0.5.1 yagmail==0.11.224 \ No newline at end of file