From 96c42253a914731489bf861c54de56265d0cc145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:44:35 +0000 Subject: [PATCH] Bump nltk from 3.6.6 to 3.9.1 Bumps [nltk](https://github.com/nltk/nltk) from 3.6.6 to 3.9.1. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.6.6...3.9.1) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_requirements.txt b/docker_requirements.txt index fc6b7947b..ef4ce20ea 100644 --- a/docker_requirements.txt +++ b/docker_requirements.txt @@ -12,7 +12,7 @@ gensim==4.3.2 h5py==3.1.0 khanaa==0.0.6 nlpo3==1.3.0 -nltk==3.6.6 +nltk==3.9.1 numpy==1.22.* OSKut==1.3 pandas==1.4.*