From a1e6b75dae3f7214d917da3dabc2b2b19c45e7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:26:08 +0300 Subject: [PATCH] Bump pymongo from 4.7.3 to 4.8.0 (#2044) 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] 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 b5f346c3..9bda7c7d 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