From 7e854f19bf261a266e476e7d85172daa5b66d1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:53:24 +0000 Subject: [PATCH] Bump pymongo from 3.8.0 to 4.6.3 in /nlp/english/topic_model Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.8.0 to 4.6.3. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.8.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlp/english/topic_model/corpus_analysis/requirements.txt | 2 +- nlp/english/topic_model/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nlp/english/topic_model/corpus_analysis/requirements.txt b/nlp/english/topic_model/corpus_analysis/requirements.txt index 8e44ea3..6e6bd3a 100644 --- a/nlp/english/topic_model/corpus_analysis/requirements.txt +++ b/nlp/english/topic_model/corpus_analysis/requirements.txt @@ -3,7 +3,7 @@ matplotlib==3.1.0 seaborn==0.10.0 pyspark==2.4.0 wordcloud==1.6.0 -pymongo==3.8.0 +pymongo==4.6.3 tqdm==4.32.1 spacy==2.3.2 corpus_toolkit==0.29 diff --git a/nlp/english/topic_model/requirements.txt b/nlp/english/topic_model/requirements.txt index 783a6a3..e833411 100644 --- a/nlp/english/topic_model/requirements.txt +++ b/nlp/english/topic_model/requirements.txt @@ -2,7 +2,7 @@ matplotlib==3.3.4 wordcloud==1.8.1 pandas==1.1.5 py4j==0.10.7 -pymongo==3.11.3 +pymongo==4.6.3 pyspark==2.4.5 scipy==1.10.0 seaborn==0.11.1