From b8c475945924733b8c56a0abbc18c2cf8e9fd89c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 May 2024 15:01:48 -0400 Subject: [PATCH] Update django from 3.2.23 to 5.0.6 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 732becf..2534483 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,7 +8,7 @@ openpyxl==3.1.2 # https://openpyxl.readthedocs.io/en/stable/ # Django # ------ -django==3.2.23 # https://www.djangoproject.com/ +django==5.0.6 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils django-quill-editor==0.1.22 # https://github.com/LeeHanYeong/django-quill-editor