From 027ec414eedbb4729f4b9dc53c7a6f70591172c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:55:09 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.10.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.10.1. - [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.1) --- 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..28ce74f2 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.1", "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.1", "motor==3.5.1", "pymssql==2.3.1", "aiocouch==3.0.0",