From 469646a80be36cb4833d84eec26fafc083ca6e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:09:09 +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 26a16295..4b8238bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ psycopg2==2.4.5 #require libpq-dev #pyes==0.19.1 -e git+git://github.com/gustavoam/pyes@dd99479f017dc75ca32225387a69407d5c443eb7#egg=pyes -pymongo==2.3 +pymongo==2.5.2 python-dateutil==2.1 python-openid==2.2.5 pytz==2015.6