From f6bce5c5f79d1583040a84af9c978d4301b9495a Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 17 Oct 2016 18:56:25 +0200 Subject: [PATCH] Update django-allauth from 0.27.0 to 0.28.0 (#849) --- {{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 e00fea57..ec567c46 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -28,7 +28,7 @@ Pillow==3.4.1 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.27.0 +django-allauth==0.28.0 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually