From 35c1204ec9d7b6da021d4e02dbd59b110894f934 Mon Sep 17 00:00:00 2001 From: Pablo Diego Silva da Silva Date: Fri, 23 Nov 2018 12:27:04 -0200 Subject: [PATCH] Merge pull request #650 from ejplatform/i199_fix_social_login [REVIEW] Upgrade DjangoAllAuth --- etc/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements/local.txt b/etc/requirements/local.txt index c2627bda7..6b2c206e6 100644 --- a/etc/requirements/local.txt +++ b/etc/requirements/local.txt @@ -41,7 +41,7 @@ django-bulk-update ~= 2.2.0 argon2-cffi ~= 16.3.0 # User registration, either via email or social -django-allauth ~= 0.33.0 +django-allauth ~= 0.37.0 # Rest framework djangorestframework ~= 3.8.2