From d04b215ac26181d67a16676d2209b26ef80440d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 May 2025 06:55:33 +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-9964606 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0448f4c..0cd592b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,5 @@ django-health-check==3.16.3 django-fernet-fields==0.6 django-auth-ldap==2.4.0 python-ldap==3.3.1 -boto3==1.17.46 \ No newline at end of file +boto3==1.17.46 +setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file