From ced25f1f39ebab53c152a4b16067492e9c200f8a Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 9 Jan 2017 10:31:11 +0100 Subject: [PATCH 1/4] Update sh from 1.12.8 to 1.12.9 (#980) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42dbe518..a42834e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cookiecutter==1.5.0 flake8==3.2.1 # pyup: != 2.6.0 -sh==1.12.8 +sh==1.12.9 binaryornot==0.4.0 # Testing From a542a7e51c3a737cf69306567139b6e51e6d6110 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 9 Jan 2017 10:31:21 +0100 Subject: [PATCH 2/4] Update collectfast from 0.4.1 to 0.5.0 (#981) --- {{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 f0d81fc3..c47cae2a 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.4.1 +Collectfast==0.5.0 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more From a2a2a517a1e000faaadb5a41650c34217b970e3f Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 11 Jan 2017 08:45:17 +0100 Subject: [PATCH 3/4] Update collectfast from 0.5.0 to 0.5.1 (#988) --- {{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 c47cae2a..419f335c 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.0 +Collectfast==0.5.1 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more From 580d90a4beb1a572d2fd6929fab2c2f1db981d56 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 11 Jan 2017 08:45:28 +0100 Subject: [PATCH 4/4] Update pyflakes from 1.4.0 to 1.5.0 (#986) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a42834e8..87a6bf50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ binaryornot==0.4.0 # Testing pytest==3.0.5 pep8==1.7.0 -pyflakes==1.4.0 +pyflakes==1.5.0 tox==2.5.0 pytest-cookies==0.2.0