Skip to content

Commit 12f74dd

Browse files
authored
Merge branch 'master' into chore/remove-extra-space-in-dockerfile
2 parents 70f48d5 + 27e1594 commit 12f74dd

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
33

44
<!-- GENERATOR_PLACEHOLDER -->
55

6+
## 2025.05.09
7+
8+
9+
### Updated
10+
11+
- Update django-debug-toolbar to 5.2.0 ([#5816](https://github.com/cookiecutter/cookiecutter-django/pull/5816))
12+
13+
- Update django-allauth to 65.8.0 ([#5830](https://github.com/cookiecutter/cookiecutter-django/pull/5830))
14+
15+
- Update django to 5.1.9 ([#5828](https://github.com/cookiecutter/cookiecutter-django/pull/5828))
16+
617
## 2025.05.02
718

819

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cookiecutter-django"
3-
version = "2025.05.02"
3+
version = "2025.05.09"
44
description = "A Cookiecutter template for creating production-ready Django projects quickly."
55
readme = "README.md"
66
keywords = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_slug}}/requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker
2929

3030
# Django
3131
# ------------------------------------------------------------------------------
32-
django==5.1.8 # pyup: < 5.2 # https://www.djangoproject.com/
32+
django==5.1.9 # pyup: < 5.2 # https://www.djangoproject.com/
3333
django-environ==0.12.0 # https://github.com/joke2k/django-environ
3434
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
35-
django-allauth[mfa]==65.7.0 # https://github.com/pennersr/django-allauth
35+
django-allauth[mfa]==65.8.0 # https://github.com/pennersr/django-allauth
3636
django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms
3737
crispy-bootstrap5==2025.4 # https://github.com/django-crispy-forms/crispy-bootstrap5
3838
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}

{{cookiecutter.project_slug}}/requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pre-commit==4.2.0 # https://github.com/pre-commit/pre-commit
3737
# ------------------------------------------------------------------------------
3838
factory-boy==3.3.2 # https://github.com/FactoryBoy/factory_boy
3939

40-
django-debug-toolbar==5.1.0 # https://github.com/jazzband/django-debug-toolbar
40+
django-debug-toolbar==5.2.0 # https://github.com/jazzband/django-debug-toolbar
4141
django-extensions==4.1 # https://github.com/django-extensions/django-extensions
4242
django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin
4343
pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django

0 commit comments

Comments
 (0)