From ca8e9b2d250e1b72f7801c8d2c1e05cca5d2236c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:00:54 +0000 Subject: [PATCH] Bump pymongo from 4.6.3 to 4.7.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.3 to 4.7.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.6.3...4.7.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev_optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 3456cca21a..637772eb8b 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -11,7 +11,7 @@ azure-storage-blob==12.16.0 # pyup: ignore redis==5.0.4 types-redis types-setuptools -pymongo==4.6.3 +pymongo==4.7.1 # optional test requirements coverage pytest-cov==5.0.0