From bb247148e6ff0c3b3a395c1ac4538cdeee740e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:13:46 +0000 Subject: [PATCH] build(deps): bump pymongo from 3.12.2 to 4.3.2 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.2 to 4.3.2. - [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.3.2) --- 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..544052d2a 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.3.2 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,