diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 49e5ed18d..d0427958c 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -28,7 +28,7 @@ Pillow==4.0.0 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.30.0 +django-allauth==0.31.0 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually