From 5ea31dd6b8aa8f02ca1818ab0f1a69fbc267cf76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:51:27 +0000 Subject: [PATCH] Bump pymongo from 3.11.2 to 4.6.3 in /databus_client Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.2 to 4.6.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.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- databus_client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databus_client/requirements.txt b/databus_client/requirements.txt index 32a7999..2e74e84 100644 --- a/databus_client/requirements.txt +++ b/databus_client/requirements.txt @@ -3,7 +3,7 @@ flask-restplus==0.13.0 flask-restful==0.3.6 Flask-Login==0.5.0 Flask-PyMongo==2.3.0 -pymongo==3.11.2 +pymongo==4.6.3 mongoengine==0.23.1 jsonpickle==3.0.2 PyJWT==2.4.0