From 876cd483f6a090b8bcbef1b98aee3b273e769df0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Jan 2017 02:00:21 -0800 Subject: [PATCH] Update django-allauth from 0.29.0 to 0.30.0 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 915825e49..da24f494b 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -28,7 +28,7 @@ Pillow==3.4.2 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.29.0 +django-allauth==0.30.0 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually