From 011ddf24e793a55c51ab7188e04dc44bc62e9990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:58:08 +0000 Subject: [PATCH] Bump pymongo from 4.7.3 to 4.8.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.7.3 to 4.8.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.7.3...4.8.0) --- 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 b5f346c30..9bda7c7d0 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.7.3 +pymongo==4.8.0 # Zookeeper transport kazoo