From c908d61ac545ac0892576ebf95ed4f8f58eb2f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 07:15:05 +0000 Subject: [PATCH] Bump pymongo from 3.12.1 to 4.0.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.1 to 4.0.1. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.0.1/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.12.1...4.0.1) --- 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 ab1405beb2..6b2d9bf510 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.1.0 types-redis types-setuptools -pymongo==3.12.1 +pymongo==4.0.1 # optional test requirements tox==3.24.5 coverage