From a2fe9199a6e35994912cdc3006abe9d744427433 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Wed, 8 Feb 2017 09:02:24 -0800 Subject: [PATCH 1/4] Added bullet about security --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index b27ab9da5..18fb36128 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,7 @@ Features * Renders Django projects with 100% starting test coverage * Twitter Bootstrap_ v4.0.0 - `alpha 4`_ (`maintained Foundation fork`_ also available) * 12-Factor_ based settings via django-environ_ +* Secure by default. We believe in SSL. * Optimized development and production settings * Registration via django-allauth_ * Comes with custom user model ready to go From 19a4de576a378052affb83ca6a8f1866c0d0ad4e Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 9 Feb 2017 09:08:43 +0100 Subject: [PATCH 2/4] Update tox from 2.5.0 to 2.6.0 (#1017) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 188fe018f..2610ea317 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ binaryornot==0.4.0 pytest==3.0.6 pep8==1.7.0 pyflakes==1.5.0 -tox==2.5.0 +tox==2.6.0 pytest-cookies==0.2.0 From 7a50dcc89af09260501fbdb785f284495de81ca4 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 9 Feb 2017 09:08:55 +0100 Subject: [PATCH 3/4] Update collectfast from 0.5.1 to 0.5.2 (#1024) --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 9827cee5d..38ddb2220 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -19,7 +19,7 @@ gunicorn==19.6.0 boto==2.45.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} -Collectfast==0.5.1 +Collectfast==0.5.2 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more From 9bc7027fb0830ed62cea59f150e600e3359f8e44 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 9 Feb 2017 09:09:19 +0100 Subject: [PATCH 4/4] Update cookiecutter from 1.5.0 to 1.5.1 (#1018) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2610ea317..0e5486874 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cookiecutter==1.5.0 +cookiecutter==1.5.1 flake8==3.2.1 # pyup: != 2.6.0 sh==1.12.9 binaryornot==0.4.0