From 15c63ef4092db4b631bf4ad60374f97b445641ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:25:30 +0000 Subject: [PATCH] Bump pymongo from 4.3.3 to 4.6.3 in /embedding Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.3.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/4.3.3...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- embedding/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding/requirements.txt b/embedding/requirements.txt index 178253b..b9926d1 100644 --- a/embedding/requirements.txt +++ b/embedding/requirements.txt @@ -7,7 +7,7 @@ fastapi==0.109.1 joblib==1.2.0 nltk==3.8.1 numpy==1.20 # needs to be 1.20 because after that, np.int does not exist any more, which breaks nltk -pymongo==4.3.3 +pymongo==4.6.3 requests==2.31.0 scikit-learn==0.22 # needs to be 0.22 because after that, sklearn.utils.linear_assignment_ is removed, which breaks allennlp scipy==1.10.0