diff --git a/requirements.txt b/requirements.txt index 42dbe518..87a6bf50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ 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 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 diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index f0d81fc3..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.4.1 +Collectfast==0.5.1 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more