From da708744cc4505b148e0d760becc87d7ebf050f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:45:51 +0000 Subject: [PATCH] build(deps): bump pymongo from 3.10.1 to 4.6.3 in /batch-prediction Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.10.1 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.10.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- batch-prediction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch-prediction/requirements.txt b/batch-prediction/requirements.txt index f701d31..0a55a20 100644 --- a/batch-prediction/requirements.txt +++ b/batch-prediction/requirements.txt @@ -2,6 +2,6 @@ pandas==1.4.1 cortex-python==6.3.1a1 catboost==0.25.1 scikit-learn==0.24.0 -pymongo==3.10.1 +pymongo==4.6.3 boto3==1.17.13 dnspython==2.0.0 \ No newline at end of file