From ea590f98cfaf62ca6f4c74b2e541b38e0c61bf5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Oct 2023 18:54:41 +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-6002459 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 607d18c..16035a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ requests-oauthlib==1.3.0 scikit-learn==0.23.2 -gunicorn==20.0.4 \ No newline at end of file +gunicorn==20.0.4 +urllib3>=1.26.18 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file