From 32fd32153a6a05078e219c0dc18be8f0b6c36af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:12:04 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.10.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.10.0. - [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.6.1...4.10.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a9b768cd..751fdb30 100644 --- a/setup.py +++ b/setup.py @@ -225,7 +225,7 @@ def readme(): "elasticsearch[async]==8.15.1", ], "mongodb": [ - "pymongo==4.6.1", + "pymongo==4.10.0", "motor==3.5.1", ], "msqlserver": [ @@ -280,7 +280,7 @@ def readme(): "pyodbc==5.1.0", "sqlalchemy[asyncio]==2.0.34", "elasticsearch[async]==8.15.1", - "pymongo==4.6.1", + "pymongo==4.10.0", "motor==3.5.1", "pymssql==2.3.1", "aiocouch==3.0.0",