From 4e0dd5af3b9e309d24ddcb2a0bb56e35cac3d90d Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 25 Aug 2025 02:20:48 -0700 Subject: [PATCH 01/14] Update pytest-sugar to 1.1.1 (#5984) Update pytest-sugar from 1.1.0 to 1.1.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 6d9840724..fcbda25b7 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -16,7 +16,7 @@ watchfiles==1.1.0 # https://github.com/samuelcolvin/watchfiles mypy==1.17.1 # https://github.com/python/mypy django-stubs[compatible-mypy]==5.2.2 # https://github.com/typeddjango/django-stubs pytest==8.4.1 # https://github.com/pytest-dev/pytest -pytest-sugar==1.1.0 # https://github.com/Teemu/pytest-sugar +pytest-sugar==1.1.1 # https://github.com/Teemu/pytest-sugar {%- if cookiecutter.use_drf == "y" %} djangorestframework-stubs==3.16.0 # https://github.com/typeddjango/djangorestframework-stubs {%- endif %} From f1d8697d6e12c32821d57f8a82f8934775252661 Mon Sep 17 00:00:00 2001 From: jlitrell <52641954+jlitrell@users.noreply.github.com> Date: Mon, 25 Aug 2025 05:22:47 -0400 Subject: [PATCH 02/14] Fix link to Two Scoops of Django book (#5985) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 903b34570..e0f2d9e68 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Projects that provide financial support to the maintainers: ### Two Scoops of Django -[![Cover of the book "Two Scoops of Django 3.x"](https://f004.backblazeb2.com/file/feldroycom/images/book-TSD3-800.jpg)](https://www.feldroy.com/two-scoops-press#two-scoops-of-django) +[![Cover of the book "Two Scoops of Django 3.x"](https://f004.backblazeb2.com/file/feldroycom/images/book-TSD3-800.jpg)](https://www.feldroy.com/two-scoops-of-django) Two Scoops of Django 3.x is the best ice cream-themed Django reference in the universe! From 577aa45adb9fb82f38492f838a9f6dd7d2db0631 Mon Sep 17 00:00:00 2001 From: browniebroke <861044+browniebroke@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:23:02 +0000 Subject: [PATCH 03/14] Update Contributors --- .github/contributors.json | 5 +++++ CONTRIBUTORS.md | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/.github/contributors.json b/.github/contributors.json index f28bf7bf4..d70c5e371 100644 --- a/.github/contributors.json +++ b/.github/contributors.json @@ -1748,5 +1748,10 @@ "name": "Martín Blech", "github_login": "martinblech", "twitter_username": "" + }, + { + "name": "jlitrell", + "github_login": "jlitrell", + "twitter_username": "" } ] \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 363d1d714..86acac432 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1272,6 +1272,13 @@ Listed in alphabetical order. afrowave + + jlitrell + + jlitrell + + + John From 86eba40d5874b24d7352013c0b8059f3698c26dd Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 25 Aug 2025 02:24:11 -0700 Subject: [PATCH 04/14] Update coverage to 7.10.5 (#5986) Update coverage from 7.10.4 to 7.10.5 --- {{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 fcbda25b7..f14e1c466 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -29,7 +29,7 @@ sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild # Code quality # ------------------------------------------------------------------------------ ruff==0.12.10 # https://github.com/astral-sh/ruff -coverage==7.10.4 # https://github.com/nedbat/coveragepy +coverage==7.10.5 # https://github.com/nedbat/coveragepy djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint pre-commit==4.3.0 # https://github.com/pre-commit/pre-commit From 55fd4290856876f6b9472a2712ec621ba8eb4a05 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 25 Aug 2025 02:26:13 -0700 Subject: [PATCH 05/14] Update collectfasta to 3.3.1 (#5987) Update collectfasta from 3.3.0 to 3.3.1 --- {{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 3ac7f60f8..933dd0bc8 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -5,7 +5,7 @@ gunicorn==23.0.0 # https://github.com/benoitc/gunicorn psycopg[c]==3.2.9 # https://github.com/psycopg/psycopg {%- if cookiecutter.use_whitenoise == 'n'and cookiecutter.cloud_provider in ('AWS', 'GCP') %} -Collectfasta==3.3.0 # https://github.com/jasongi/collectfasta +Collectfasta==3.3.1 # https://github.com/jasongi/collectfasta {%- endif %} {%- if cookiecutter.use_sentry == "y" %} sentry-sdk==2.35.0 # https://github.com/getsentry/sentry-python From 5b3608691e5c3fbed864226cffdae9416661d452 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 Aug 2025 02:35:23 +0000 Subject: [PATCH 06/14] Release 2025.08.25 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a29b02f9..1735a1ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.08.25 + + +### Updated + +- Update collectfasta to 3.3.1 ([#5987](https://github.com/cookiecutter/cookiecutter-django/pull/5987)) + +- Update coverage to 7.10.5 ([#5986](https://github.com/cookiecutter/cookiecutter-django/pull/5986)) + +- Update pytest-sugar to 1.1.1 ([#5984](https://github.com/cookiecutter/cookiecutter-django/pull/5984)) + ## 2025.08.21 diff --git a/pyproject.toml b/pyproject.toml index 323e2f94b..eae2f6e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.08.21" +version = "2025.08.25" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index abe2661ad..1b087684b 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.8.21" +version = "2025.8.25" source = { virtual = "." } dependencies = [ { name = "binaryornot" }, From 06fa7927ed4ad6443ea9d8b96eac6cb8a1f67ebe Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 26 Aug 2025 07:17:42 -0700 Subject: [PATCH 07/14] Update sphinx-autobuild to 2025.8.25 (#5989) --- {{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 f14e1c466..ae60cfb99 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -24,7 +24,7 @@ djangorestframework-stubs==3.16.0 # https://github.com/typeddjango/djangorestfr # Documentation # ------------------------------------------------------------------------------ sphinx==8.2.3 # pyup: != 8.3.0 # https://github.com/sphinx-doc/sphinx -sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild +sphinx-autobuild==2025.8.25 # https://github.com/GaretJax/sphinx-autobuild # Code quality # ------------------------------------------------------------------------------ From 113d79b998647c4cad45cf30d88d29251dd03a00 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 26 Aug 2025 07:19:23 -0700 Subject: [PATCH 08/14] Update sentry-sdk to 2.35.1 (#5988) --- {{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 933dd0bc8..78a5d17fd 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -8,7 +8,7 @@ psycopg[c]==3.2.9 # https://github.com/psycopg/psycopg Collectfasta==3.3.1 # https://github.com/jasongi/collectfasta {%- endif %} {%- if cookiecutter.use_sentry == "y" %} -sentry-sdk==2.35.0 # https://github.com/getsentry/sentry-python +sentry-sdk==2.35.1 # https://github.com/getsentry/sentry-python {%- endif %} {%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %} hiredis==3.2.1 # https://github.com/redis/hiredis-py From 2157e130e40f4b3be7a7ef9a67bbeb56ec9d8f06 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 27 Aug 2025 02:33:14 +0000 Subject: [PATCH 09/14] Release 2025.08.26 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1735a1ad7..4daf7ef9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.08.26 + + +### Updated + +- Update sentry-sdk to 2.35.1 ([#5988](https://github.com/cookiecutter/cookiecutter-django/pull/5988)) + +- Update sphinx-autobuild to 2025.8.25 ([#5989](https://github.com/cookiecutter/cookiecutter-django/pull/5989)) + ## 2025.08.25 diff --git a/pyproject.toml b/pyproject.toml index eae2f6e90..4776d16a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.08.25" +version = "2025.08.26" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 1b087684b..f8d810166 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.8.25" +version = "2025.8.26" source = { virtual = "." } dependencies = [ { name = "binaryornot" }, From 49ad048964b5b3beaa9831e448d78cafd5951c2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:09:37 +0100 Subject: [PATCH 10/14] Update django-upgrade pre-commit hook (#5991) Auto-update pre-commit hooks Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com> --- {{cookiecutter.project_slug}}/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index dd69c297f..a2bc8f2f6 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: exclude: '{{cookiecutter.project_slug}}/templates/' - repo: https://github.com/adamchainz/django-upgrade - rev: '1.25.0' + rev: '1.26.0' hooks: - id: django-upgrade args: ['--target-version', '5.0'] From d031178a93dc83325c9b4d8a2a03d2fa6e0c5c6b Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 28 Aug 2025 02:33:30 +0000 Subject: [PATCH 11/14] Release 2025.08.27 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4daf7ef9e..92b259c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.08.27 + + +### Updated + +- Update django-upgrade pre-commit hook ([#5991](https://github.com/cookiecutter/cookiecutter-django/pull/5991)) + ## 2025.08.26 diff --git a/pyproject.toml b/pyproject.toml index 4776d16a5..4b3dfc76e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.08.26" +version = "2025.08.27" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index f8d810166..21aed99c8 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.8.26" +version = "2025.8.27" source = { virtual = "." } dependencies = [ { name = "binaryornot" }, From f0ab9592de0912cbd195ed421b2cee65a98782c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:45:43 +0100 Subject: [PATCH 12/14] Auto-update pre-commit hooks (#5993) Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com> --- {{cookiecutter.project_slug}}/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index a2bc8f2f6..2c32df75c 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: exclude: '{{cookiecutter.project_slug}}/templates/' - repo: https://github.com/adamchainz/django-upgrade - rev: '1.26.0' + rev: '1.27.0' hooks: - id: django-upgrade args: ['--target-version', '5.0'] From 5d8e08d651005ddc45cf3efafcca650ce772f238 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 27 Aug 2025 23:46:46 -0700 Subject: [PATCH 13/14] Update django-allauth to 65.11.1 (#5992) Update django-allauth from 65.11.0 to 65.11.1 --- {{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 847b8a620..25b4b24f2 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -32,7 +32,7 @@ uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker django==5.1.11 # pyup: < 5.2 # https://www.djangoproject.com/ django-environ==0.12.0 # https://github.com/joke2k/django-environ django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils -django-allauth[mfa]==65.11.0 # https://github.com/pennersr/django-allauth +django-allauth[mfa]==65.11.1 # https://github.com/pennersr/django-allauth django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==2025.6 # https://github.com/django-crispy-forms/crispy-bootstrap5 {%- if cookiecutter.frontend_pipeline == 'Django Compressor' %} From bae2ba038604eb34764f5792e19b15854cde320d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Aug 2025 02:33:25 +0000 Subject: [PATCH 14/14] Release 2025.08.28 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b259c31..56a884da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.08.28 + + +### Updated + +- Update django-allauth to 65.11.1 ([#5992](https://github.com/cookiecutter/cookiecutter-django/pull/5992)) + +- Auto-update pre-commit hooks ([#5993](https://github.com/cookiecutter/cookiecutter-django/pull/5993)) + ## 2025.08.27 diff --git a/pyproject.toml b/pyproject.toml index 4b3dfc76e..f2cd89585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.08.27" +version = "2025.08.28" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 21aed99c8..7c1b0c371 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.8.27" +version = "2025.8.28" source = { virtual = "." } dependencies = [ { name = "binaryornot" },