From 6f70abe8d8a8270bf01c50614035e7a063f578b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:22:38 +0000 Subject: [PATCH] build(deps): bump pymongo from 3.12.2 to 4.0.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.2 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.2...4.0.1) --- 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..d3d657955 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.1 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,