From 3d9eb868e0c1f6ef96f4c1b451ca7d10f8c320ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 08:15:01 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3c0991fef2..f901d5ab89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,3 +47,4 @@ nltk==3.2.4 # Uncomment the requirement for ldap3 if using ldap. # It is not included by default because of the GPL license conflict. # ldap3==2.2.4 +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability