From b32ce8d5be8bc08b8ca4bde3d4677930aec132c5 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 17 Jun 2025 05:09:34 -0700 Subject: [PATCH 1/6] Update watchfiles to 1.1.0 (#5899) Update watchfiles from 1.0.5 to 1.1.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 28fbec4a4..8ab139282 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -8,7 +8,7 @@ psycopg[c]==3.2.9 # https://github.com/psycopg/psycopg psycopg[binary]==3.2.9 # https://github.com/psycopg/psycopg {%- endif %} {%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %} -watchfiles==1.0.5 # https://github.com/samuelcolvin/watchfiles +watchfiles==1.1.0 # https://github.com/samuelcolvin/watchfiles {%- endif %} # Testing From 25a30c9a9e4ac3993b22f84b74da6c04eeedf0b2 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 17 Jun 2025 05:09:43 -0700 Subject: [PATCH 2/6] Update django-coverage-plugin to 3.1.1 (#5900) Update django-coverage-plugin from 3.1.0 to 3.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 8ab139282..a6b62038f 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -39,5 +39,5 @@ factory-boy==3.3.2 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==5.2.0 # https://github.com/jazzband/django-debug-toolbar django-extensions==4.1 # https://github.com/django-extensions/django-extensions -django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin +django-coverage-plugin==3.1.1 # https://github.com/nedbat/django_coverage_plugin pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django From 4950e2bbd3b785b71270c71ca14d6443b9aee84e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Jun 2025 02:36:47 +0000 Subject: [PATCH 3/6] Release 2025.06.17 --- 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 6729d41dc..c0c763e1f 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.06.17 + + +### Updated + +- Update django-coverage-plugin to 3.1.1 ([#5900](https://github.com/cookiecutter/cookiecutter-django/pull/5900)) + +- Update watchfiles to 1.1.0 ([#5899](https://github.com/cookiecutter/cookiecutter-django/pull/5899)) + ## 2025.06.15 diff --git a/pyproject.toml b/pyproject.toml index 9a6f46dd5..bd9dcacd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.06.15" +version = "2025.06.17" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index c27bedd0c..efc41252e 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.6.15" +version = "2025.6.17" source = { virtual = "." } dependencies = [ { name = "binaryornot" }, From 56690fa4f90569c15bec34a92da3953668a1e61e Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 18 Jun 2025 02:51:42 -0700 Subject: [PATCH 4/6] Update django-webpack-loader to 3.2.1 (#5902) --- {{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 194fa4d16..f4317c07d 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -47,5 +47,5 @@ django-cors-headers==4.7.0 # https://github.com/adamchainz/django-cors-headers drf-spectacular==0.28.0 # https://github.com/tfranzel/drf-spectacular {%- endif %} {%- if cookiecutter.frontend_pipeline == 'Webpack' %} -django-webpack-loader==3.2.0 # https://github.com/django-webpack/django-webpack-loader +django-webpack-loader==3.2.1 # https://github.com/django-webpack/django-webpack-loader {%- endif %} From cd06bde587fca24984468eccdaa930c935efc44f Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 18 Jun 2025 02:52:54 -0700 Subject: [PATCH 5/6] Update django-redis to 6.0.0 (#5903) --- {{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 f4317c07d..9a56f712b 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -38,7 +38,7 @@ crispy-bootstrap5==2025.6 # https://github.com/django-crispy-forms/crispy-boots {%- if cookiecutter.frontend_pipeline == 'Django Compressor' %} django-compressor==4.5.1 # https://github.com/django-compressor/django-compressor {%- endif %} -django-redis==5.4.0 # https://github.com/jazzband/django-redis +django-redis==6.0.0 # https://github.com/jazzband/django-redis {%- if cookiecutter.use_drf == 'y' %} # Django REST Framework djangorestframework==3.16.0 # https://github.com/encode/django-rest-framework From 7a0e73640d5fb20f27aa2b6b6d142cf4e1b304dc Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 18 Jun 2025 02:53:44 -0700 Subject: [PATCH 6/6] Update django-stubs to 5.2.1 (#5905) --- {{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 a6b62038f..bfde70ad9 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -14,7 +14,7 @@ watchfiles==1.1.0 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------ mypy==1.15.0 # https://github.com/python/mypy -django-stubs[compatible-mypy]==5.2.0 # https://github.com/typeddjango/django-stubs +django-stubs[compatible-mypy]==5.2.1 # https://github.com/typeddjango/django-stubs pytest==8.4.0 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Teemu/pytest-sugar {%- if cookiecutter.use_drf == "y" %}