From 6904b90245867390b119540263f6edd2dce32883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 11:49:43 +0000 Subject: [PATCH] build(deps): bump pymongo from 3.12.2 to 4.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.2 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.2...4.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4f0112796..200ee9a9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Flask-Cors==3.0.10 mohawk==1.1.0 psycopg2==2.9.2 PyJWT==2.3.0 -pymongo==3.12.2 +pymongo==4.0 pyparsing==3.0.6 python-dateutil==2.8.2 pytz==2021.3 diff --git a/setup.py b/setup.py index f0374e074..c8eda9622 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def read(filename): 'sentry-sdk[flask]>=0.10.2', ], extras_require={ - 'mongodb': ['pymongo>=3.6,<4.0'], + 'mongodb': ['pymongo>=3.6,<5.0'], 'postgres': ['psycopg2'] }, include_package_data=True,