From a9681251b2fcaf9ef74b49557a983b98c1dfab5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:33:07 +0000 Subject: [PATCH] Bump pymongo from 4.9 to 4.9.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.9 to 4.9.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.9...4.9.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-patch ... 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 46145f98f..219c387da 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 +pymongo==4.9.1 # Zookeeper transport kazoo==2.10.0