From f2bbe375f12662903ce312bd08d8a18a491c70f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 19:45:22 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 607d18c..5ae5103 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 +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file