From 22f795fce22a6e3dc8488ee45c30c091415f0c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:42:11 +0000 Subject: [PATCH] Bump nltk from 3.8.1 to 3.9 in /patchscopes/code Bumps [nltk](https://github.com/nltk/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 ... Signed-off-by: dependabot[bot] --- patchscopes/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchscopes/code/requirements.txt b/patchscopes/code/requirements.txt index 6d79f91c..a557b85d 100644 --- a/patchscopes/code/requirements.txt +++ b/patchscopes/code/requirements.txt @@ -5,7 +5,7 @@ numpy==1.25.2 datasets==2.14.7 zstandard==0.22.0 transformers==4.34.1 -nltk==3.8.1 +nltk==3.9 rouge_score==0.1.2 sentencepiece==0.1.99 huggingface_hub==0.17.3