From f5548e524940976c37c55889bf8bc9b44e6b3e5b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Jun 2025 02:36:17 +0000 Subject: [PATCH] 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" },