From 51aab6d1325eeb7797e1bf5e15d4291de93b591b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 28 Feb 2019 08:52:33 +0000 Subject: [PATCH] Update django-allauth from 0.38.0 to 0.39.1 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 6afb9ca..53d0200 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -9,7 +9,7 @@ redis>=2.10.5 # https://github.com/antirez/redis django==2.1.5 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils -django-allauth==0.38.0 # https://github.com/pennersr/django-allauth +django-allauth==0.39.1 # https://github.com/pennersr/django-allauth django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms django-tables2==2.0.4 django-redis==4.10.0 # https://github.com/niwinz/django-redis