From b1b14633ede6e0e00ba75d139ac1f3485ef81789 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 13:13:54 +0000 Subject: [PATCH] Bump pymongo from 3.7.2 to 3.12.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.7.2 to 3.12.0. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/3.12.0/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.7.2...3.12.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87371e3..2e63bef 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'click==7.0', 'Flask', 'cerberus', - 'pymongo==3.7.2', + 'pymongo==3.12.0', ]