From 088b20863ec2a51e0e893ab80ed787952df10d62 Mon Sep 17 00:00:00 2001 From: Fred Smith Date: Fri, 26 Jun 2015 14:30:39 -0400 Subject: [PATCH] upgrade to pymongo 2.8 to support updated authenticated method SCRAM-SHA-1 for mongodb-server 3.0 --- requirements/edx/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 4bb8bcde1f..7dc166fb25 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -63,7 +63,7 @@ pycrypto>=2.6 pygments==2.0.1 pygraphviz==1.1 PyJWT==1.0.1 -pymongo==2.7.2 +pymongo==2.8.1 pyparsing==2.0.1 python-memcached==1.48 python-openid==2.2.5