From c4a89d95bc797029f3799c52813437e2a1a1de97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 05:49:24 +0000 Subject: [PATCH] fix: nlp/chatbots/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- nlp/chatbots/requirements.txt | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 nlp/chatbots/requirements.txt diff --git a/nlp/chatbots/requirements.txt b/nlp/chatbots/requirements.txt old mode 100755 new mode 100644 index 95ddd62..05b4c13 --- a/nlp/chatbots/requirements.txt +++ b/nlp/chatbots/requirements.txt @@ -5,3 +5,4 @@ chatterbot_corpus numpy sklearn nltk +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability