From 90bb4a219c620dc62662143998e0f2bc096814d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:45:04 +0000 Subject: [PATCH] Bump nltk from 3.8.1 to 3.9 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [nltk](https://github.com/nltk/nltk). Updates `nltk` from 3.8.1 to 3.9 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1623afd2..b91f8ade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ jiwer==3.0.4 joblib==1.4.0 langdetect==1.0.9 lexical_diversity==0.1.1 -nltk==3.8.1 +nltk==3.9 numpy==1.24.4 openai==1.30.5 pandas==2.2.2 diff --git a/setup.py b/setup.py index b51dd05b..d03cfba4 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'joblib==1.4.0', 'langdetect==1.0.9', 'lexical_diversity==0.1.1', - 'nltk==3.8.1', + 'nltk==3.9', 'numpy==1.24.4', 'openai==1.30.5', 'pandas==2.2.2',