From 0ff64386ed6dacf68c335c8795320e04a9194b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 08:33:03 +0000 Subject: [PATCH] fix: pip-req.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- pip-req.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pip-req.txt b/pip-req.txt index 59542ea..85ae539 100644 --- a/pip-req.txt +++ b/pip-req.txt @@ -1 +1,2 @@ -nltk>=3.3 \ No newline at end of file +nltk>=3.3 +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file