From 5f49da7f50318fc59040b01e6fde401ae33f35e7 Mon Sep 17 00:00:00 2001 From: hackerkid Date: Sat, 25 Feb 2017 17:45:46 +0530 Subject: [PATCH] requirements: Upgrade social-auth-app-django to 1.1.0. --- requirements/py2_socialauth.txt | 2 +- requirements/py3_socialauth.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/py2_socialauth.txt b/requirements/py2_socialauth.txt index bfa937f10d..4a0abd67e5 100644 --- a/requirements/py2_socialauth.txt +++ b/requirements/py2_socialauth.txt @@ -1,4 +1,4 @@ social-auth-core==0.2.1 -social-auth-app-django==0.1.0 +social-auth-app-django==1.1.0 python-openid==2.2.5 PyJWT==1.4.2 diff --git a/requirements/py3_socialauth.txt b/requirements/py3_socialauth.txt index 56f433bd02..29ff49bd8e 100644 --- a/requirements/py3_socialauth.txt +++ b/requirements/py3_socialauth.txt @@ -1,4 +1,4 @@ social-auth-core==0.2.1 -social-auth-app-django==0.1.0 +social-auth-app-django==1.1.0 python3-openid==3.0.10 PyJWT==1.4.2