From 289c3e8cb328cb280e6dd8b18b6771620d4fe45d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 24 Jul 2016 11:09:55 -0700 Subject: [PATCH] Update django-allauth from 0.25.2 to 0.26.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 0d43ca858..bb3a42777 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -29,7 +29,7 @@ Pillow==3.3.0 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.25.2 +django-allauth==0.26.0 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually