From 06e1a7bf4f7f9150bd2a45111c8860f87708a903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:17:14 +0300 Subject: [PATCH] Bump pymongo from 4.9.1 to 4.10.0 (#2130) Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.9.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.9.1...4.10.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/funtest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/funtest.txt b/requirements/funtest.txt index 219c387d..9eeed3b6 100644 --- a/requirements/funtest.txt +++ b/requirements/funtest.txt @@ -2,7 +2,7 @@ redis>=4.5.2,!=5.0.2,!=4.5.5 # MongoDB transport -pymongo==4.9.1 +pymongo==4.10.0 # Zookeeper transport kazoo==2.10.0