From 82980f66c962f2c1e7fcdca6e2df26f906313d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 03:30:43 +0000 Subject: [PATCH] Bump pymongo from 4.10.1 to 4.11 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.10.1 to 4.11. - [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.10.1...4.11) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/funtest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/funtest.txt b/requirements/funtest.txt index 57d240758..99c976cf5 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.10.1 +pymongo==4.11 # Zookeeper transport kazoo==2.10.0