From a2666a8b4162b82962d0bdcfc10bf40479086ee5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 27 Apr 2017 02:18:57 -0700 Subject: [PATCH] Update django-allauth from 0.31.0 to 0.32.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 7fe56d76d..56fce4085 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -30,7 +30,7 @@ argon2-cffi==16.3.0 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.31.0 +django-allauth==0.32.0 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually