From 3d459b9452ea7fe35ab9de9ea2f15fdea7c1d678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:51:14 +0530 Subject: [PATCH] Bump pymongo from 3.10.1 to 4.6.3 (#5) 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-version: 4.6.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0678e2a..d7f5f63 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ extra_requirements = { "pandas~=1.0.3", "boto3~=1.12.35", "ruamel.yaml==0.16.10", - "pymongo==3.10.1", + "pymongo==4.6.3", "librosa==0.7.2", "numba==0.48", "matplotlib==3.2.1", @@ -32,7 +32,7 @@ extra_requirements = { ], "validation": [ "rpyc~=4.1.4", - "pymongo==3.10.1", + "pymongo==4.6.3", "typer[all]==0.1.1", "tqdm~=4.39.0", "librosa==0.7.2",