From ee312b07eb04d34e9a445a33c6d5be7e2dfe5619 Mon Sep 17 00:00:00 2001 From: michael spreng Date: Wed, 16 May 2018 15:11:08 +0200 Subject: [PATCH] bump social-auth to use https:// for osm.org oauth openstreetmap.org switched to https:// login with umap does not work anymore with old social-auth version. The new version now has the https:// urls. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d303b0e0..ba508772 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ Pillow==4.0.0 psycopg2==2.6.2 requests==2.13.0 social-auth-app-django==1.1.0 -social-auth-core==1.2.0 +social-auth-core==1.7.0