From bae437d6e652338263afa7c8c728c4e8f72255a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 08:00:29 +0000 Subject: [PATCH] Bump nltk from 3.3 to 3.6.6 in /deployment/streamlit_Docker Bumps [nltk](https://github.com/nltk/nltk) from 3.3 to 3.6.6. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.3...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployment/streamlit_Docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/streamlit_Docker/requirements.txt b/deployment/streamlit_Docker/requirements.txt index b73be76..14b463e 100644 --- a/deployment/streamlit_Docker/requirements.txt +++ b/deployment/streamlit_Docker/requirements.txt @@ -1,5 +1,5 @@ Flask==2.0.2 streamlit==1.10.0 -nltk==3.3 +nltk==3.6.6 beautifulsoup4==4.11.1 sklearn \ No newline at end of file