From a2a0d2b70a7bc6e4e2eb9e05f1d367451a23ef90 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 14 May 2022 03:24:48 -0700 Subject: [PATCH 01/10] Update redis from 4.2.2 to 4.3.1 (#3704) --- {{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 f0753f572..7cd126e6a 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -12,7 +12,7 @@ argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi {%- if cookiecutter.use_whitenoise == 'y' %} whitenoise==6.0.0 # https://github.com/evansd/whitenoise {%- endif %} -redis==4.2.2 # https://github.com/redis/redis-py +redis==4.3.1 # https://github.com/redis/redis-py {%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %} hiredis==2.0.0 # https://github.com/redis/hiredis-py {%- endif %} From ae4431b755ae400d0aa71301f696f6f3df848c99 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 14 May 2022 03:26:08 -0700 Subject: [PATCH 02/10] Update sentry-sdk from 1.5.11 to 1.5.12 (#3706) --- {{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 5ac0fe09c..b006eb295 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -8,7 +8,7 @@ psycopg2==2.9.3 # https://github.com/psycopg/psycopg2 Collectfast==2.2.0 # https://github.com/antonagestam/collectfast {%- endif %} {%- if cookiecutter.use_sentry == "y" %} -sentry-sdk==1.5.11 # https://github.com/getsentry/sentry-python +sentry-sdk==1.5.12 # https://github.com/getsentry/sentry-python {%- endif %} {%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %} hiredis==2.0.0 # https://github.com/redis/hiredis-py From 3cb97907a370c98351c309b7bbbe794d368066f8 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 14 May 2022 03:27:47 -0700 Subject: [PATCH 03/10] Update whitenoise from 6.0.0 to 6.1.0 (#3707) --- {{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 7cd126e6a..5d77f2f2f 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -10,7 +10,7 @@ rcssmin==1.1.0 # https://github.com/ndparker/rcssmin {%- endif %} argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi {%- if cookiecutter.use_whitenoise == 'y' %} -whitenoise==6.0.0 # https://github.com/evansd/whitenoise +whitenoise==6.1.0 # https://github.com/evansd/whitenoise {%- endif %} redis==4.3.1 # https://github.com/redis/redis-py {%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %} From 9a5ce7f6e192885fef5d9d7b35ce82bfd433ee28 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 14 May 2022 03:31:21 -0700 Subject: [PATCH 04/10] Update coverage from 6.3.2 to 6.3.3 (#3709) --- {{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 6cb5e3ced..83d01776c 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -30,7 +30,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild # ------------------------------------------------------------------------------ flake8==4.0.1 # https://github.com/PyCQA/flake8 flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort -coverage==6.3.2 # https://github.com/nedbat/coveragepy +coverage==6.3.3 # https://github.com/nedbat/coveragepy black==22.3.0 # https://github.com/psf/black pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django {%- if cookiecutter.use_celery == 'y' %} From 2c7c4bc435fb07dce0324b7194b357d3bda02cdb Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 15 May 2022 02:42:24 +0000 Subject: [PATCH 05/10] Release 2022.05.14 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0a47975..6ecf7b214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.05.14 + +### Updated +- Update coverage to 6.3.3 ([#3709](https://github.com/cookiecutter/cookiecutter-django/pull/3709)) +- Update whitenoise to 6.1.0 ([#3707](https://github.com/cookiecutter/cookiecutter-django/pull/3707)) +- Update sentry-sdk to 1.5.12 ([#3706](https://github.com/cookiecutter/cookiecutter-django/pull/3706)) +- Update redis to 4.3.1 ([#3704](https://github.com/cookiecutter/cookiecutter-django/pull/3704)) + ## 2022.05.07 ### Changed diff --git a/setup.py b/setup.py index 245681e27..9d9b397c8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.05.07" +version = "2022.05.14" with open("README.rst") as readme_file: long_description = readme_file.read() From bc71a326da4ef6642e07db430a35404130e6cf19 Mon Sep 17 00:00:00 2001 From: Jimmy Gitonga Date: Mon, 16 May 2022 13:39:19 +0300 Subject: [PATCH 06/10] Update postgres versions (#3712) * REFACTOR: Update PostgreSQL versions that fix some security issues. * CHORE: Update PostgreSQL versions that fix some security issues. --- README.md | 10 +++++----- cookiecutter.json | 10 +++++----- docs/project-generation-options.rst | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d4b067622..5fda8ff24 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,11 @@ Answer the prompts with your own desired [options](http://cookiecutter-django.re use_pycharm [n]: y use_docker [n]: n Select postgresql_version: - 1 - 14.1 - 2 - 13.5 - 3 - 12.9 - 4 - 11.14 - 5 - 10.19 + 1 - 14 + 2 - 13 + 3 - 12 + 4 - 11 + 5 - 10 Choose from 1, 2, 3, 4, 5 [1]: 1 Select cloud_provider: 1 - AWS diff --git a/cookiecutter.json b/cookiecutter.json index 4a43bae7e..90d084b3a 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -18,11 +18,11 @@ "use_pycharm": "n", "use_docker": "n", "postgresql_version": [ - "14.1", - "13.5", - "12.9", - "11.14", - "10.19" + "14", + "13", + "12", + "11", + "10" ], "cloud_provider": [ "AWS", diff --git a/docs/project-generation-options.rst b/docs/project-generation-options.rst index 3cc719779..2d8103cf2 100644 --- a/docs/project-generation-options.rst +++ b/docs/project-generation-options.rst @@ -55,11 +55,11 @@ use_docker: postgresql_version: Select a PostgreSQL_ version to use. The choices are: - 1. 14.1 - 2. 13.5 - 3. 12.9 - 4. 11.14 - 5. 10.19 + 1. 14 + 2. 13 + 3. 12 + 4. 11 + 5. 10 cloud_provider: Select a cloud provider for static & media files. The choices are: From bc0ed07f451c3984fd28d6c9c8d67c1cbb67df5b Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 16 May 2022 03:41:09 -0700 Subject: [PATCH 07/10] Update django-anymail to 8.6 (#3713) --- .../requirements/production.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index b006eb295..ebadabf17 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -22,21 +22,21 @@ django-storages[boto3]==1.12.3 # https://github.com/jschneier/django-storages django-storages[google]==1.12.3 # https://github.com/jschneier/django-storages {%- endif %} {%- if cookiecutter.mail_service == 'Mailgun' %} -django-anymail[mailgun]==8.5 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==8.6 # https://github.com/anymail/django-anymail {%- elif cookiecutter.mail_service == 'Amazon SES' %} -django-anymail[amazon_ses]==8.5 # https://github.com/anymail/django-anymail +django-anymail[amazon_ses]==8.6 # https://github.com/anymail/django-anymail {%- elif cookiecutter.mail_service == 'Mailjet' %} -django-anymail[mailjet]==8.5 # https://github.com/anymail/django-anymail +django-anymail[mailjet]==8.6 # https://github.com/anymail/django-anymail {%- elif cookiecutter.mail_service == 'Mandrill' %} -django-anymail[mandrill]==8.5 # https://github.com/anymail/django-anymail +django-anymail[mandrill]==8.6 # https://github.com/anymail/django-anymail {%- elif cookiecutter.mail_service == 'Postmark' %} -django-anymail[postmark]==8.5 # https://github.com/anymail/django-anymail +django-anymail[postmark]==8.6 # https://github.com/anymail/django-anymail {%- elif cookiecutter.mail_service == 'Sendgrid' %} -django-anymail[sendgrid]==8.5 # https://github.com/anymail/django-anymail +django-anymail[sendgrid]==8.6 # https://github.com/anymail/django-anymail {%- elif cookiecutter.mail_service == 'SendinBlue' %} -django-anymail[sendinblue]==8.5 # https://github.com/anymail/django-anymail +django-anymail[sendinblue]==8.6 # https://github.com/anymail/django-anymail {%- elif cookiecutter.mail_service == 'SparkPost' %} -django-anymail[sparkpost]==8.5 # https://github.com/anymail/django-anymail +django-anymail[sparkpost]==8.6 # https://github.com/anymail/django-anymail {%- elif cookiecutter.mail_service == 'Other SMTP' %} -django-anymail==8.5 # https://github.com/anymail/django-anymail +django-anymail==8.6 # https://github.com/anymail/django-anymail {%- endif %} From 1611719316c0498799c402f6fdb34802ca8b145b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 17 May 2022 02:43:56 +0000 Subject: [PATCH 08/10] Release 2022.05.16 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecf7b214..a803ba3f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.05.16 + +### Changed +- Update postgres versions ([#3712](https://github.com/cookiecutter/cookiecutter-django/pull/3712)) +### Updated +- Update django-anymail to 8.6 ([#3713](https://github.com/cookiecutter/cookiecutter-django/pull/3713)) + ## 2022.05.14 ### Updated diff --git a/setup.py b/setup.py index 9d9b397c8..34f441404 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.05.14" +version = "2022.05.16" with open("README.rst") as readme_file: long_description = readme_file.read() From 3743fded1e20df5e7b54b30c3e97fc731ad56742 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 18 May 2022 00:01:17 -0700 Subject: [PATCH 09/10] Update pillow from 9.1.0 to 9.1.1 (#3714) --- {{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 5d77f2f2f..0b0f34a7d 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -1,6 +1,6 @@ pytz==2022.1 # https://github.com/stub42/pytz python-slugify==6.1.2 # https://github.com/un33k/python-slugify -Pillow==9.1.0 # https://github.com/python-pillow/Pillow +Pillow==9.1.1 # https://github.com/python-pillow/Pillow {%- if cookiecutter.frontend_pipeline == 'Django Compressor' %} {%- if cookiecutter.windows == 'y' and cookiecutter.use_docker == 'n' %} rcssmin==1.1.0 --install-option="--without-c-extensions" # https://github.com/ndparker/rcssmin From a6ce9f04fff7e90027e105bce72a8706206190cf Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 19 May 2022 02:46:40 +0000 Subject: [PATCH 10/10] Release 2022.05.18 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a803ba3f6..3c74256b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.05.18 + +### Updated +- Update pillow to 9.1.1 ([#3714](https://github.com/cookiecutter/cookiecutter-django/pull/3714)) + ## 2022.05.16 ### Changed diff --git a/setup.py b/setup.py index 34f441404..969822104 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.05.16" +version = "2022.05.18" with open("README.rst") as readme_file: long_description = readme_file.read()