From 91f5e5902dbf819491b21b7f8d195f62cfb41fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Jun 2018 13:12:11 +0000 Subject: [PATCH] Bump pymongo from 3.3.0 to 3.7.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.3.0 to 3.7.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.3.0...3.7.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ec5c22..5c981c3 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'click==6.7', 'Flask', 'cerberus', - 'pymongo==3.3.0', + 'pymongo==3.7.0', ]