From f871598fc66e907be23511d07eb998eee0b3b364 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 /clustering 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] --- clustering/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustering/requirements.txt b/clustering/requirements.txt index 4757d8e..6821d08 100644 --- a/clustering/requirements.txt +++ b/clustering/requirements.txt @@ -5,7 +5,7 @@ matplotlib==3.7.0 numpy==1.24.2 pandas==1.5.3 pydantic==1.10.4 -pymongo==4.3.3 +pymongo==4.6.3 requests==2.31.0 scikit-learn==1.2.1 scipy==1.10.0