From 8dcc18140cd22a37bd4b4f3de7e7d8cd7754617f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Feb 2023 02:59:45 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8897314..1899769 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ # gunicorn requests -werkzeug \ No newline at end of file +werkzeug +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file