From 9156c58feb315b8797659ca71dae09c2d4fdee44 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 2 Jun 2025 15:45:50 -0700 Subject: [PATCH 1/4] Update celery to 5.5.3 (#5877) Update celery from 5.5.2 to 5.5.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 1f81abca7..39d836a6a 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -16,7 +16,7 @@ redis==6.2.0 # https://github.com/redis/redis-py hiredis==3.2.1 # https://github.com/redis/hiredis-py {%- endif %} {%- if cookiecutter.use_celery == "y" %} -celery==5.5.2 # pyup: < 6.0 # https://github.com/celery/celery +celery==5.5.3 # pyup: < 6.0 # https://github.com/celery/celery django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat {%- if cookiecutter.use_docker == 'y' %} flower==2.0.1 # https://github.com/mher/flower From 84b8748ed50d7b5ef12e779d9de36a7e0b64af89 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 2 Jun 2025 15:46:00 -0700 Subject: [PATCH 2/4] Update uvicorn to 0.34.3 (#5878) Update uvicorn from 0.34.2 to 0.34.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 39d836a6a..a9bbf7dee 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -23,7 +23,7 @@ flower==2.0.1 # https://github.com/mher/flower {%- endif %} {%- endif %} {%- if cookiecutter.use_async == 'y' %} -uvicorn[standard]==0.34.2 # https://github.com/encode/uvicorn +uvicorn[standard]==0.34.3 # https://github.com/encode/uvicorn uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker {%- endif %} From 3e9cac074504c38461634908309728ccc9ce94ef Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 2 Jun 2025 15:46:11 -0700 Subject: [PATCH 3/4] Update django-allauth to 65.9.0 (#5879) Update django-allauth from 65.8.1 to 65.9.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 a9bbf7dee..de87ef133 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.9 # 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.8.1 # https://github.com/pennersr/django-allauth +django-allauth[mfa]==65.9.0 # https://github.com/pennersr/django-allauth django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==2025.4 # https://github.com/django-crispy-forms/crispy-bootstrap5 {%- if cookiecutter.frontend_pipeline == 'Django Compressor' %} From f5548e524940976c37c55889bf8bc9b44e6b3e5b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Jun 2025 02:36:17 +0000 Subject: [PATCH 4/4] Release 2025.06.02 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edfc3bcd..4cf02baab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.06.02 + + +### Updated + +- Update django-allauth to 65.9.0 ([#5879](https://github.com/cookiecutter/cookiecutter-django/pull/5879)) + +- Update uvicorn to 0.34.3 ([#5878](https://github.com/cookiecutter/cookiecutter-django/pull/5878)) + +- Update celery to 5.5.3 ([#5877](https://github.com/cookiecutter/cookiecutter-django/pull/5877)) + +- Update ruff to 0.11.12 ([#5872](https://github.com/cookiecutter/cookiecutter-django/pull/5872)) + ## 2025.05.28 diff --git a/pyproject.toml b/pyproject.toml index c90efb496..324a35980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.05.28" +version = "2025.06.02" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 266abcaf8..f50828759 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.5.28" +version = "2025.6.2" source = { virtual = "." } dependencies = [ { name = "binaryornot" },