From 3bf0c2cbbf155451571cbd264f4910329d0eab71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 05:13:32 +0000 Subject: [PATCH] Bump nltk from 3.7 to 3.9.1 in /chatbot-integration Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.9.1. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.7...3.9.1) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chatbot-integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbot-integration/requirements.txt b/chatbot-integration/requirements.txt index 5cd714e..3fc7259 100644 --- a/chatbot-integration/requirements.txt +++ b/chatbot-integration/requirements.txt @@ -5,7 +5,7 @@ Flask==2.2.3 requests==2.28.1 # Natural Language Processing libraries -nltk==3.7 +nltk==3.9.1 spacy==3.4.0 # If using spaCy, you may also need to download a language model # python -m spacy download en_core_web_sm