From 076e98ce7cba16bc89e4cc8fab0a8293cdb31ee3 Mon Sep 17 00:00:00 2001 From: James Graham <J.Graham@software.ac.uk> Date: Thu, 7 Mar 2019 18:32:26 +0000 Subject: [PATCH] Update python-social-auth packages Moves to new Google auth API from deprecated Google+ API --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4702219..4edb810 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,8 +48,8 @@ requests==2.21.0 requests-oauthlib==1.0.0 six==1.11.0 snowballstemmer==1.2.1 -social-auth-app-django==3.0.0 -social-auth-core==2.0.0 +social-auth-app-django==3.1.0 +social-auth-core==3.1.0 Sphinx==1.7.6 sphinx-rtd-theme==0.4.2 sphinxcontrib-apidoc==0.3.0 -- GitLab