From 09e6fa2cc5e0fa6f0c476eb048bba979ecb272ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 13:25:02 +0000 Subject: [PATCH] Bump pymongo from 3.12.1 to 4.0.2 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.1 to 4.0.2. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.0.2/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.12.1...4.0.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:development update-type: version-update:semver-major ... 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 1ff4c2b052..33b839a5a6 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -10,7 +10,7 @@ azure-storage-blob==12.8.1 # pyup: ignore redis==4.0.2 types-redis types-setuptools -pymongo==3.12.1 +pymongo==4.0.2 # optional test requirements tox==3.24.4 coverage