From 93cfb7e8cbf85cf9f9d449d7905b125252774179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 19:08:46 +0000 Subject: [PATCH] Bump pymongo from 3.11.2 to 4.3.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.2 to 4.3.3. - [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.11.2...4.3.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 724fcfe..259554a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ gunicorn==20.0.4 itsdangerous==1.1.0 lxml==4.6.2 premailer==3.7.0 -pymongo==3.11.2 +pymongo==4.3.3 Werkzeug==1.0.1 yagmail==0.14.245