From 0f0ecd8dbd3ad81da205a821f83372a1ad7ef434 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Nov 2022 17:21:45 +0000 Subject: [PATCH] fix: backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904 --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index c91b639..f719838 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,3 +7,4 @@ djangorestframework-oauth>=1.0.1 gunicorn>=0.17.4 html2text>=2016.1.8 pytz>=2012f +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability