From 4fe1b3baefc9af347f0969175641e9f971feb008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 01:47:48 +0000 Subject: [PATCH] Bump pymongo from 3.12.1 to 4.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.1 to 4.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/3.12.1...4.0) --- 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..f469947254 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 # optional test requirements tox==3.24.4 coverage