From 9e3ab9909fc4fbbaeb62e5ff00267d3fc6a7c1d9 Mon Sep 17 00:00:00 2001
From: Feanil Patel <feanil@edx.org>
Date: Tue, 12 Jun 2018 14:34:54 -0400
Subject: [PATCH] Actually update social auth packages.

---
 requirements/edx/base.in         | 4 ++--
 requirements/edx/base.txt        | 4 ++--
 requirements/edx/development.txt | 4 ++--
 requirements/edx/testing.txt     | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/requirements/edx/base.in b/requirements/edx/base.in
index 09ba84dcfab..9a73deb0152 100644
--- a/requirements/edx/base.in
+++ b/requirements/edx/base.in
@@ -125,8 +125,8 @@ python-saml==2.4.0
 pyuca==1.1                          # For more accurate sorting of translated country names in django-countries
 reportlab==3.1.44                   # Used for shopping cart's pdf invoice/receipt generation
 rfc6266-parser                      # Used to generate Content-Disposition headers.
-social-auth-app-django==1.2.0
-social-auth-core==1.4.0
+social-auth-app-django
+social-auth-core
 pysrt==0.4.7                        # Support for SubRip subtitle files, used in the video XModule
 pytz==2016.10                       # Time zone information database
 PyYAML                              # Used to parse XModule resource templates
diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt
index c836c8812a1..9cf6de71590 100644
--- a/requirements/edx/base.txt
+++ b/requirements/edx/base.txt
@@ -219,8 +219,8 @@ shortuuid==0.5.0          # via edx-django-oauth2-provider
 simplejson==3.15.0        # via django-rest-swagger, dogapi, mailsnake, sailthru-client, zendesk
 six==1.11.0
 slumber==0.7.1            # via edx-rest-api-client
-social-auth-app-django==1.2.0
-social-auth-core==1.4.0
+social-auth-app-django==2.1.0
+social-auth-core==1.7.0
 sorl-thumbnail==12.3
 sortedcontainers==0.9.2
 stevedore==1.10.0
diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt
index 666e121d1c7..389955e92bc 100644
--- a/requirements/edx/development.txt
+++ b/requirements/edx/development.txt
@@ -305,8 +305,8 @@ six==1.11.0
 slumber==0.7.1
 snakefood==1.4
 snowballstemmer==1.2.1    # via sphinx
-social-auth-app-django==1.2.0
-social-auth-core==1.4.0
+social-auth-app-django==2.1.0
+social-auth-core==1.7.0
 sorl-thumbnail==12.3
 sortedcontainers==0.9.2
 sphinx==1.7.5
diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt
index 9341bc03a7d..d2024b5f306 100644
--- a/requirements/edx/testing.txt
+++ b/requirements/edx/testing.txt
@@ -292,8 +292,8 @@ simplejson==3.15.0
 singledispatch==3.4.0.3
 six==1.11.0
 slumber==0.7.1
-social-auth-app-django==1.2.0
-social-auth-core==1.4.0
+social-auth-app-django==2.1.0
+social-auth-core==1.7.0
 sorl-thumbnail==12.3
 sortedcontainers==0.9.2
 splinter==0.8.0
-- 
GitLab