From d08e8aba8ab6026be9da70eabfb20b6fc3c2fada Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 4 Sep 2024 08:14:20 -0400 Subject: [PATCH] Update django-model-utils from 4.0.0 to 5.0.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 732becf..9f4f5d0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,5 +10,5 @@ openpyxl==3.1.2 # https://openpyxl.readthedocs.io/en/stable/ # ------ django==3.2.23 # 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-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils django-quill-editor==0.1.22 # https://github.com/LeeHanYeong/django-quill-editor