From f3bdf28d5d71809d2f041db382b31c583c7ebd01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 02:51:00 +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 be610b1..ea79460 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ tensorflow>=1.10 pandas>=0.23.4 scikit-learn>=0.19.2 scipy>=1.1.0 -matplotlib>=2.2.3 \ No newline at end of file +matplotlib>=2.2.3 +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file