Skip to content

Commit 2aff1bd

Browse files
authored
Update django to 4.2.11 (#4901)
1 parent 3d4dcee commit 2aff1bd

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
@@ -28,7 +28,7 @@ uvicorn[standard]==0.27.1 # https://github.com/encode/uvicorn
2828

2929
# Django
3030
# ------------------------------------------------------------------------------
31-
django==4.2.10 # pyup: < 5.0 # https://www.djangoproject.com/
31+
django==4.2.11 # pyup: < 5.0 # https://www.djangoproject.com/
3232
django-environ==0.11.2 # https://github.com/joke2k/django-environ
3333
django-model-utils==4.4.0 # https://github.com/jazzband/django-model-utils
3434
django-allauth[mfa]==0.61.1 # https://github.com/pennersr/django-allauth

0 commit comments

Comments
 (0)