From b19b1e0f3c9f099e07d0d013b9e3432d18937efb Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 2 Feb 2018 21:43:02 +0100 Subject: [PATCH] Update django-allauth from 0.34.0 to 0.35.0 (#1477) --- {{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 a4c5f483..b2595156 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -29,7 +29,7 @@ argon2-cffi==18.1.0 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.34.0 +django-allauth==0.35.0 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually