From 1595d91381628c5e2cabb7db0804894652ffd9fd Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Fri, 25 Jan 2019 12:04:08 +0100 Subject: [PATCH] Updading social_auth_app_django to 3.x to handle new Google API for oauth2. The Google+ API is going away. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fbc49f767..4a7b1677e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ responses==0.9.0 flake8 -social_auth_app_django==2.1.0 +social_auth_app_django==3.1.0 django-tables2==1.21.1 django-filter==1.1.0 django_select2==6.0.1 -- GitLab