diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 7bd0f5a7..ac9ba3ac 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.1 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually