From 30a9bc369c5a864abb2b9831ac129ac6ae5e3804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:42:51 +0000 Subject: [PATCH] Bump pymongo from 3.12.0 to 4.4.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.0 to 4.4.1. - [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.0...4.4.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 8866451b..9aa2720c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Flask-Cors==3.0.10 gunicorn==20.1.0 marshmallow==3.17.0 mongomock==4.0.0 -pymongo==3.12.0 +pymongo==4.4.1 python-whois==0.8.0 requests==2.27.1 validators==0.20.0 diff --git a/setup.py b/setup.py index 7534c462..b5d46341 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ def get_version(version_file): "gunicorn==20.1.0", "marshmallow==3.15.0", "mongomock==4.0.0", - "pymongo==4.1.1", + "pymongo==4.4.1", "requests==2.27.1", "validators==0.20.0", ],