From 80aa0d1daa93baa5520ddda8434c5db1e867ff18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 08:15:43 +0000 Subject: [PATCH] Bump nltk from 3.4 to 3.6.6 in /API Bumps [nltk](https://github.com/nltk/nltk) from 3.4 to 3.6.6. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/requirements.txt b/API/requirements.txt index f8dd4f5..674acf2 100644 --- a/API/requirements.txt +++ b/API/requirements.txt @@ -2,5 +2,5 @@ scikit-learn==0.20.1 Flask==1.0.2 rdflib==4.2.2 validators==0.13.0 -nltk==3.4 +nltk==3.6.6 numpy==1.15.4 \ No newline at end of file