From 92ccd9bcc2d69c79e6ca2d264b5cbff46f31a452 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 01:29:47 +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-7448482 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7941582..b279bed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,4 +22,5 @@ docutils==0.12 factory-boy==2.5.2 fastcache==1.0.2 django_tables2 -djangorestframework-jwt \ No newline at end of file +djangorestframework-jwt +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file