From f5e05964f7785dee1654758bbcb9f01305fe2e86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Nov 2024 06:50:00 +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-TORNADO-8400708 --- 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..b1ae833 --- a/nlp/chatbots/requirements.txt +++ b/nlp/chatbots/requirements.txt @@ -5,3 +5,4 @@ chatterbot_corpus numpy sklearn nltk +tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability