From 454b3a9389cafc42d879750c2558d7b926739f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:38:00 +0000 Subject: [PATCH] Bump pymongo from 3.11.3 to 4.6.3 in /nlp/english Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.3 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.11.3...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlp/english/requirements.txt | 2 +- nlp/english/topic_model/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nlp/english/requirements.txt b/nlp/english/requirements.txt index 964058c..a4cbaaf 100644 --- a/nlp/english/requirements.txt +++ b/nlp/english/requirements.txt @@ -2,7 +2,7 @@ requests>=2.27.1 pandas>=1.1.5 spacy==2.1.3 neuralcoref==4.0 -pymongo>=3.10.0,<4.0.0 +pymongo>=3.10.0,<5.0.0 dash==2.15.0 dash_bootstrap_components==1.2.1 dash_auth==1.4.1 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