Skip to content

Commit c89a45c

Browse files
authored
Update django from 5.0.10 to 5.0.11 (cookiecutter#5640)
1 parent 1ba44e9 commit c89a45c

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker
2929

3030
# Django
3131
# ------------------------------------------------------------------------------
32-
django==5.0.10 # pyup: < 5.1 # https://www.djangoproject.com/
32+
django==5.0.11 # pyup: < 5.1 # 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
3535
django-allauth[mfa]==65.3.1 # https://github.com/pennersr/django-allauth

0 commit comments

Comments
 (0)