From fbc7781d63b1f5fe34f6debeb3a79745afa755d4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Dec 2025 02:38:40 +0000 Subject: [PATCH] Release 2025.12.08 --- 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 9b6fd2db3..d4b0cebb8 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.12.08 + + +### Updated + +- Bump traefik from 3.6.2 to 3.6.4 ([#6239](https://github.com/cookiecutter/cookiecutter-django/pull/6239)) + +- Update psycopg to 3.3.2 ([#6237](https://github.com/cookiecutter/cookiecutter-django/pull/6237)) + +- Update pytest to 9.0.2 ([#6236](https://github.com/cookiecutter/cookiecutter-django/pull/6236)) + ## 2025.12.05 diff --git a/pyproject.toml b/pyproject.toml index 7afb6d328..cbf8cd2e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.12.05" +version = "2025.12.08" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 26887cf7f..46276e15f 100644 --- a/uv.lock +++ b/uv.lock @@ -167,7 +167,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.12.5" +version = "2025.12.8" source = { virtual = "." } dependencies = [ { name = "binaryornot" },