From 506e3d35c59a940b4b66cc515b3745edd9fc58d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 06:50:14 +0000 Subject: [PATCH] fix: update-generator/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- update-generator/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update-generator/requirements.txt b/update-generator/requirements.txt index 4cc7797..b68fcb2 100644 --- a/update-generator/requirements.txt +++ b/update-generator/requirements.txt @@ -1,4 +1,5 @@ kafka numpy spacy -markovify \ No newline at end of file +markovify +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file