From 41f40719ba07691a5aae2f95ed6c2275f2ce07c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 00:26:47 +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-7267250 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c41307..c017f64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ flask==2.1.1 python-dotenv==0.12.0 twilio==6.38.0 -pytest==5.4.1 \ No newline at end of file +pytest==5.4.1 +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file