From c67b171139f407a4ff686baa46d845e83b153573 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 16 Dec 2016 09:24:34 +0100 Subject: [PATCH 01/22] Update boto from 2.44.0 to 2.45.0 (#943) --- {{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 4fa542d5..26846268 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -16,7 +16,7 @@ gunicorn==19.6.0 # Static and Media Storage # ------------------------------------------------ -boto==2.44.0 +boto==2.45.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.3.1 From 0a37aa57bd8680a291df82bd933a89ccdcd18667 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 16 Dec 2016 09:24:42 +0100 Subject: [PATCH 02/22] Update sphinx from 1.5 to 1.5.1 (#940) --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index bd07432b..c18094d7 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -2,7 +2,7 @@ -r base.txt coverage==4.2 django-coverage-plugin==1.3.1 -Sphinx==1.5 +Sphinx==1.5.1 django-extensions==1.7.5 Werkzeug==0.11.11 django-test-plus==1.0.16 From 0abfa781f798fb2246f7a895791d2dad23249399 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 16 Dec 2016 09:24:50 +0100 Subject: [PATCH 03/22] Update gevent from 1.2a1 to 1.2a2 (#933) --- {{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 26846268..a0e3051e 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -11,7 +11,7 @@ psycopg2==2.6.2 # WSGI Handler # ------------------------------------------------ -gevent==1.2a1 +gevent==1.2a2 gunicorn==19.6.0 # Static and Media Storage From dc559f76498edd90e6ee5444231905d25fb40097 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 17 Dec 2016 12:07:38 +0100 Subject: [PATCH 04/22] Update sh from 1.12.7 to 1.12.8 (#946) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33c0f9b6..763a2e85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cookiecutter==1.4.0 flake8==3.2.1 # pyup: != 2.6.0 -sh==1.12.7 +sh==1.12.8 binaryornot==0.4.0 # Testing From 7bdc95818a21457cd5da1640924ecfa142e6f576 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 17 Dec 2016 12:07:47 +0100 Subject: [PATCH 05/22] Update factory-boy to 2.8.1 (#947) * Update factory-boy from 2.7.0 to 2.8.1 * Update factory-boy from 2.7.0 to 2.8.1 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index c18094d7..f208fe7c 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -6,7 +6,7 @@ Sphinx==1.5.1 django-extensions==1.7.5 Werkzeug==0.11.11 django-test-plus==1.0.16 -factory_boy==2.7.0 +factory-boy==2.8.1 django-debug-toolbar==1.6 diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 759deb1c..14f7c391 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -10,7 +10,7 @@ psycopg2==2.6.2 coverage==4.2 flake8==3.2.1 # pyup: != 2.6.0 django-test-plus==1.0.16 -factory_boy==2.7.0 +factory-boy==2.8.1 # pytest pytest-django==3.1.2 From f00acba613a03494a8b35bd1d2a7b87415885357 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 17 Dec 2016 12:07:57 +0100 Subject: [PATCH 06/22] Update collectfast from 0.3.1 to 0.4.0 (#948) --- {{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 a0e3051e..f169523b 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.3.1 +Collectfast==0.4.0 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more From 8f1a6e20e460d0cdc89e37e2aee3648e2b079fec Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 18 Dec 2016 23:13:09 +0100 Subject: [PATCH 07/22] Update cookiecutter from 1.4.0 to 1.5.0 (#952) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 763a2e85..a46890d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cookiecutter==1.4.0 +cookiecutter==1.5.0 flake8==3.2.1 # pyup: != 2.6.0 sh==1.12.8 binaryornot==0.4.0 From cf8c05265768914e71e02ba874013f5c02b89a25 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 21 Dec 2016 15:49:29 +0100 Subject: [PATCH 08/22] Update opbeat from 3.5.1 to 3.5.2 (#955) --- {{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 f169523b..81f9a31f 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -35,5 +35,5 @@ raven==5.32.0 {% if cookiecutter.use_opbeat == "y" -%} # Opbeat agent for performance monitoring # ----------------------------------------- -opbeat==3.5.1 +opbeat==3.5.2 {%- endif %} From d25f35a90a4c0964b2c45a434f06cd185f62b072 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 28 Dec 2016 22:32:56 +0100 Subject: [PATCH 09/22] Update coverage to 4.3.1 (#962) * Update coverage from 4.2 to 4.3.1 * Update coverage from 4.2 to 4.3.1 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index f208fe7c..28ebb5df 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -1,6 +1,6 @@ # Local development dependencies go here -r base.txt -coverage==4.2 +coverage==4.3.1 django-coverage-plugin==1.3.1 Sphinx==1.5.1 django-extensions==1.7.5 diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 14f7c391..4932f3df 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -7,7 +7,7 @@ psycopg2==2.6.2 {%- endif %} -coverage==4.2 +coverage==4.3.1 flake8==3.2.1 # pyup: != 2.6.0 django-test-plus==1.0.16 factory-boy==2.8.1 From ed0ce0d630cf24d9273c68ee144766631879b9a6 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 28 Dec 2016 22:33:07 +0100 Subject: [PATCH 10/22] Update gevent from 1.2a2 to 1.2.0 (#957) --- {{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 81f9a31f..92bca9dd 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -11,7 +11,7 @@ psycopg2==2.6.2 # WSGI Handler # ------------------------------------------------ -gevent==1.2a2 +gevent==1.2.0 gunicorn==19.6.0 # Static and Media Storage From a838a7c90ce7ebc39478f5b6ca1f0aad769bfdce Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 28 Dec 2016 22:33:21 +0100 Subject: [PATCH 11/22] Update werkzeug from 0.11.11 to 0.11.13 (#960) --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 28ebb5df..7e00601d 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -4,7 +4,7 @@ coverage==4.3.1 django-coverage-plugin==1.3.1 Sphinx==1.5.1 django-extensions==1.7.5 -Werkzeug==0.11.11 +Werkzeug==0.11.13 django-test-plus==1.0.16 factory-boy==2.8.1 From 28a512d0adbcb0ad123ef96026dad89e3f02b830 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 28 Dec 2016 22:33:35 +0100 Subject: [PATCH 12/22] Update pytest-sugar to 0.8.0 (#963) * Update pytest-sugar from 0.7.1 to 0.8.0 * Update pytest-sugar from 0.7.1 to 0.8.0 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 7e00601d..f73417d7 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -14,4 +14,4 @@ django-debug-toolbar==1.6 ipdb==0.10.1 pytest-django==3.1.2 -pytest-sugar==0.7.1 +pytest-sugar==0.8.0 diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 4932f3df..f5090f05 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -14,4 +14,4 @@ factory-boy==2.8.1 # pytest pytest-django==3.1.2 -pytest-sugar==0.7.1 +pytest-sugar==0.8.0 From cd463b29dab66dacbccc204e83ac96fd1523e9f6 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 30 Dec 2016 23:05:02 +0100 Subject: [PATCH 13/22] Update collectfast from 0.4.0 to 0.4.1 (#966) --- {{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 92bca9dd..f1e8da9f 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.0 +Collectfast==0.4.1 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more From 79371f4b00285b5e9b4e882b9cfd772af821da0c Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 30 Dec 2016 23:05:16 +0100 Subject: [PATCH 14/22] Update pyflakes from 1.3.0 to 1.4.0 (#967) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a46890d7..42dbe518 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.3.0 +pyflakes==1.4.0 tox==2.5.0 pytest-cookies==0.2.0 From b905f066bee280b1e5d1251a250fd0dcca33c8f3 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 4 Jan 2017 13:53:17 +0100 Subject: [PATCH 15/22] Update django-allauth from 0.29.0 to 0.30.0 (#973) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 915825e4..da24f494 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -28,7 +28,7 @@ Pillow==3.4.2 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.29.0 +django-allauth==0.30.0 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually From 067e40d0983963bae631e3a36261d943bff9c3bd Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 4 Jan 2017 13:53:27 +0100 Subject: [PATCH 16/22] Update django-anymail from 0.6.1 to 0.7 (#970) --- {{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 f1e8da9f..f0d81fc3 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -24,7 +24,7 @@ Collectfast==0.4.1 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.6.1 +django-anymail==0.7 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client From ef5417c82b07e516e13a9ad3d65d6752e48a223d Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 4 Jan 2017 13:53:36 +0100 Subject: [PATCH 17/22] Update werkzeug from 0.11.13 to 0.11.15 (#969) --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index f73417d7..42e0a593 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -4,7 +4,7 @@ coverage==4.3.1 django-coverage-plugin==1.3.1 Sphinx==1.5.1 django-extensions==1.7.5 -Werkzeug==0.11.13 +Werkzeug==0.11.15 django-test-plus==1.0.16 factory-boy==2.8.1 From 8910552ab69c8e693dcb619b3b380a66c55dc5a4 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 4 Jan 2017 13:53:46 +0100 Subject: [PATCH 18/22] Update pillow from 3.4.2 to 4.0.0 (#976) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index da24f494..ae1696cf 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -24,7 +24,7 @@ django-crispy-forms==1.6.1 django-model-utils==2.6 # Images -Pillow==3.4.2 +Pillow==4.0.0 # For user registration, either via email or social # Well-built with regular release cycles! From d9edcbbd27eade01be785035b936217a3a0059f1 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 4 Jan 2017 13:53:57 +0100 Subject: [PATCH 19/22] Update django-redis from 4.6.0 to 4.7.0 (#977) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index ae1696cf..1c05ad8a 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -45,7 +45,7 @@ awesome-slugify==1.6.5 pytz==2016.10 # Redis support -django-redis==4.6.0 +django-redis==4.7.0 redis>=2.10.5 {% if cookiecutter.use_celery == "y" %} From ff067ff31d6872dcbc5290ce5069cc53f10ffdc9 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 4 Jan 2017 13:54:07 +0100 Subject: [PATCH 20/22] Update whitenoise from 3.2.2 to 3.2.3 (#978) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 1c05ad8a..8eb18752 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -12,7 +12,7 @@ django==1.10.4 # Configuration django-environ==0.4.1 {% if cookiecutter.use_whitenoise == 'y' -%} -whitenoise==3.2.2 +whitenoise==3.2.3 {%- endif %} From a87858a41352289548dd68e8aeddea0aab694851 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 4 Jan 2017 12:52:37 -0800 Subject: [PATCH 21/22] Update django from 1.10.4 to 1.10.5 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 8eb18752..033d88ff 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -7,7 +7,7 @@ wheel==0.29.0 {%- endif %} # Bleeding edge Django -django==1.10.4 +django==1.10.5 # Configuration django-environ==0.4.1 From a6f2dd3a0a5a248bbda81d416972e86b5fcc4abd Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Fri, 6 Jan 2017 11:30:03 -0800 Subject: [PATCH 22/22] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 6a114aef..b27ab9da 100644 --- a/README.rst +++ b/README.rst @@ -16,12 +16,14 @@ Powered by Cookiecutter_, Cookiecutter Django is a framework for jumpstarting pr * Documentation: https://cookiecutter-django.readthedocs.io/en/latest/ * See Troubleshooting_ for common errors and obstacles +* If you have problems with Cookiecutter Django, please open issues_ before sending emails to the maintainers. You will get a much, MUCH faster response. .. _cookiecutter: https://github.com/audreyr/cookiecutter .. _Troubleshooting: https://cookiecutter-django.readthedocs.io/en/latest/troubleshooting.html .. _528: https://github.com/pydanny/cookiecutter-django/issues/528#issuecomment-212650373 +.. _issues: https://github.com/pydanny/cookiecutter-django/issues/new Features ---------