From 392cecb45184c3c9ede3fe82e67f8bbb1ee449ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:02:45 +0000 Subject: [PATCH] Bump pymongo from 3.12.1 to 4.1.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.1 to 4.1.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.1.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..73c9444360 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.1.0 # optional test requirements tox==3.24.4 coverage