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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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() From 2d7b83e82182b29e9ebb733ed4b13d3a5f4640c8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 24 May 2022 04:47:13 -0700 Subject: [PATCH 11/27] Update djangorestframework-stubs from 1.4.0 to 1.6.0 --- {{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 83d01776c..bbd3e74dd 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -18,7 +18,7 @@ django-stubs==1.9.0 # https://github.com/typeddjango/django-stubs pytest==7.1.2 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar {%- if cookiecutter.use_drf == "y" %} -djangorestframework-stubs==1.4.0 # https://github.com/typeddjango/djangorestframework-stubs +djangorestframework-stubs==1.6.0 # https://github.com/typeddjango/djangorestframework-stubs {%- endif %} # Documentation From c04088f8473325a3437cdc9121ff016ea345a304 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 24 May 2022 16:32:56 -0500 Subject: [PATCH 12/27] Update coverage from 6.3.3 to 6.4 (#3716) --- {{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 83d01776c..696848ff4 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.3 # https://github.com/nedbat/coveragepy +coverage==6.4 # 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 5503df039f751d22ed89bbcf7337a14953fffd8f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 25 May 2022 02:43:18 +0000 Subject: [PATCH 13/27] Release 2022.05.24 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c74256b9..219ba76e2 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.24 + +### Updated +- Update coverage to 6.4 ([#3716](https://github.com/cookiecutter/cookiecutter-django/pull/3716)) + ## 2022.05.18 ### Updated diff --git a/setup.py b/setup.py index 969822104..34341ad8e 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.18" +version = "2022.05.24" with open("README.rst") as readme_file: long_description = readme_file.read() From 1596b65a39d0205de467675e5613ee04c9ca9a2e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 1 Jun 2022 09:11:14 -0700 Subject: [PATCH 14/27] Update redis from 4.3.1 to 4.3.2 --- {{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 0b0f34a7d..0886d1c7f 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.1.0 # https://github.com/evansd/whitenoise {%- endif %} -redis==4.3.1 # https://github.com/redis/redis-py +redis==4.3.2 # 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 8f66cad1b45d2ad553c0f75d0cbac896aed4d4a9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 Jun 2022 02:49:02 +0000 Subject: [PATCH 15/27] Release 2022.06.01 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 219ba76e2..f06d6bff7 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.06.01 + +### Updated +- Update redis to 4.3.2 ([#3726](https://github.com/cookiecutter/cookiecutter-django/pull/3726)) + ## 2022.05.24 ### Updated diff --git a/setup.py b/setup.py index 34341ad8e..c30829dbf 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.24" +version = "2022.06.01" with open("README.rst") as readme_file: long_description = readme_file.read() From a10cf3a9eab47975dd6b2580056fcc4860a48edb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 2 Jun 2022 09:50:57 -0700 Subject: [PATCH 16/27] Update redis from 4.3.2 to 4.3.3 --- {{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 0886d1c7f..50d2e98df 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.1.0 # https://github.com/evansd/whitenoise {%- endif %} -redis==4.3.2 # https://github.com/redis/redis-py +redis==4.3.3 # 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 fb64830488046992981cd6e8229a55614caa23ea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 2 Jun 2022 09:51:00 -0700 Subject: [PATCH 17/27] Update coverage from 6.4 to 6.4.1 --- {{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 696848ff4..7a488f127 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.4 # https://github.com/nedbat/coveragepy +coverage==6.4.1 # 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 134ceb7224b536e61f12ae6c16be741d2d1a8922 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 3 Jun 2022 02:37:45 +0000 Subject: [PATCH 18/27] Release 2022.06.02 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06d6bff7..32a0b741d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.06.02 + +### Updated +- Update coverage to 6.4.1 ([#3729](https://github.com/cookiecutter/cookiecutter-django/pull/3729)) +- Update redis to 4.3.3 ([#3728](https://github.com/cookiecutter/cookiecutter-django/pull/3728)) + ## 2022.06.01 ### Updated diff --git a/setup.py b/setup.py index c30829dbf..b1cc4a0c4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.06.01" +version = "2022.06.02" with open("README.rst") as readme_file: long_description = readme_file.read() From 9e805ba0abb9ce85f0ec1c967cd9f8c5335381e4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 3 Jun 2022 22:55:23 -0700 Subject: [PATCH 19/27] Update django-celery-beat from 2.2.1 to 2.3.0 --- {{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 50d2e98df..2f2eee7db 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -18,7 +18,7 @@ hiredis==2.0.0 # https://github.com/redis/hiredis-py {%- endif %} {%- if cookiecutter.use_celery == "y" %} celery==5.2.6 # pyup: < 6.0 # https://github.com/celery/celery -django-celery-beat==2.2.1 # https://github.com/celery/django-celery-beat +django-celery-beat==2.3.0 # https://github.com/celery/django-celery-beat {%- if cookiecutter.use_docker == 'y' %} flower==1.0.0 # https://github.com/mher/flower {%- endif %} From 8111fcf84062a9ffa6885d2bf2ebdc4f8483ff8f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 4 Jun 2022 09:03:07 -0700 Subject: [PATCH 20/27] Update celery from 5.2.6 to 5.2.7 --- {{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 2f2eee7db..321e868ea 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -17,7 +17,7 @@ redis==4.3.3 # https://github.com/redis/redis-py hiredis==2.0.0 # https://github.com/redis/hiredis-py {%- endif %} {%- if cookiecutter.use_celery == "y" %} -celery==5.2.6 # pyup: < 6.0 # https://github.com/celery/celery +celery==5.2.7 # pyup: < 6.0 # https://github.com/celery/celery django-celery-beat==2.3.0 # https://github.com/celery/django-celery-beat {%- if cookiecutter.use_docker == 'y' %} flower==1.0.0 # https://github.com/mher/flower From 246f8a4361d03bc1b9f6cfc848b797876d6fa76e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 29 May 2022 14:02:03 -0700 Subject: [PATCH 21/27] Update sphinx from 4.5.0 to 5.0.0 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ba0b67c5f..1f3307af5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx==4.5.0 +sphinx==5.0.0 sphinx-rtd-theme==1.0.0 From 6f8ed496bbcf18b0d74f2ba586da8c814841aefa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 29 May 2022 14:02:03 -0700 Subject: [PATCH 22/27] Update sphinx from 4.5.0 to 5.0.0 --- {{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 7a488f127..a0557f705 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -23,7 +23,7 @@ djangorestframework-stubs==1.4.0 # https://github.com/typeddjango/djangorestfra # Documentation # ------------------------------------------------------------------------------ -sphinx==4.5.0 # https://github.com/sphinx-doc/sphinx +sphinx==5.0.0 # https://github.com/sphinx-doc/sphinx sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild # Code quality From 4e830b1575a5e3aebf4f6aa98ae48148ad8c7a44 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 4 Jun 2022 10:31:11 -0700 Subject: [PATCH 23/27] Update sphinx from 5.0.0 to 5.0.1 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1f3307af5..b18d014f5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx==5.0.0 +sphinx==5.0.1 sphinx-rtd-theme==1.0.0 From b1eae5394cff71f2252b0a26fa5af68a5ab32612 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 4 Jun 2022 10:31:12 -0700 Subject: [PATCH 24/27] Update sphinx from 5.0.0 to 5.0.1 --- {{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 a0557f705..c2ca554fc 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -23,7 +23,7 @@ djangorestframework-stubs==1.4.0 # https://github.com/typeddjango/djangorestfra # Documentation # ------------------------------------------------------------------------------ -sphinx==5.0.0 # https://github.com/sphinx-doc/sphinx +sphinx==5.0.1 # https://github.com/sphinx-doc/sphinx sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild # Code quality From 502e8e523531b3c78f23a9af0765607e3e708ee5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 4 Jun 2022 10:47:10 -0700 Subject: [PATCH 25/27] Update django-stubs from 1.9.0 to 1.11.0 --- {{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 c2ca554fc..5a5d518aa 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -14,7 +14,7 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod # Testing # ------------------------------------------------------------------------------ mypy==0.950 # https://github.com/python/mypy -django-stubs==1.9.0 # https://github.com/typeddjango/django-stubs +django-stubs==1.11.0 # https://github.com/typeddjango/django-stubs pytest==7.1.2 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar {%- if cookiecutter.use_drf == "y" %} From cf6fc443bbf25aad3b181170bc42587bc651165d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 4 Jun 2022 14:49:26 -0300 Subject: [PATCH 26/27] Fix type error --- .../{{cookiecutter.project_slug}}/users/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py index 944daca52..0b47bd79f 100644 --- a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py +++ b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py @@ -63,7 +63,7 @@ class TestUserUpdateView: # Initialize the form form = UserAdminChangeForm() - form.cleaned_data = [] + form.cleaned_data = {} view.form_valid(form) messages_sent = [m.message for m in messages.get_messages(request)] From 8c1404fb737f0231a357c131fd08c205104fa6ba Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 4 Jun 2022 13:14:56 -0500 Subject: [PATCH 27/27] Update django-cors-headers to 3.12.0 (#3736) --- {{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 321e868ea..5d134cf3b 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -42,7 +42,7 @@ django-redis==5.2.0 # https://github.com/jazzband/django-redis {%- if cookiecutter.use_drf == 'y' %} # Django REST Framework djangorestframework==3.13.1 # https://github.com/encode/django-rest-framework -django-cors-headers==3.11.0 # https://github.com/adamchainz/django-cors-headers +django-cors-headers==3.12.0 # https://github.com/adamchainz/django-cors-headers # DRF-spectacular for api documentation drf-spectacular==0.22.1 # https://github.com/tfranzel/drf-spectacular {%- endif %}