From e21101c8a457d43ef8c99f77c311b4ee8414aa82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:09:31 +0000 Subject: [PATCH] Bump pymongo from 2.3 to 2.5.2 in /config Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 2.3 to 2.5.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/2.3...2.5.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/app_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app_requirements.txt b/config/app_requirements.txt index 93aba40..0ae26a0 100644 --- a/config/app_requirements.txt +++ b/config/app_requirements.txt @@ -9,7 +9,7 @@ jinja2 Flask-MongoKit==0.6 flask-gravatar nose -pymongo==2.3 +pymongo==2.5.2 python-cjson redis requests