From e30b2bc8480e176d7873d21358d2e089da6966f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:09:04 +0000 Subject: [PATCH] Bump pymongo from 2.3 to 2.5.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea5d2b48..49903304 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Flask==0.9 lxml==2.3.5 pep8==1.0.1 pyflakes==0.7.3 -pymongo==2.3 +pymongo==2.5.2 uWSGI==2.0.14 mongoengine==0.7.5 redis==2.6.2