File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}}/requirements Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[project ]
22name = " cookiecutter-django"
3- version = " 2025.05.02 "
3+ version = " 2025.05.09 "
44description = " A Cookiecutter template for creating production-ready Django projects quickly."
55readme = " README.md"
66keywords = [
Original file line number Diff line number Diff 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/
3333django-environ==0.12.0 # https://github.com/joke2k/django-environ
3434django-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
3636django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms
3737crispy-bootstrap5==2025.4 # https://github.com/django-crispy-forms/crispy-bootstrap5
3838{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pre-commit==4.2.0 # https://github.com/pre-commit/pre-commit
3737# ------------------------------------------------------------------------------
3838factory-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
4141django-extensions==4.1 # https://github.com/django-extensions/django-extensions
4242django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin
4343pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django
You can’t perform that action at this time.
0 commit comments