From a22a80bba857a97b99e35cc3054e24e0bf80960d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 14 Sep 2023 15:55:42 -0300 Subject: [PATCH] Update django-model-utils from 4.0.0 to 4.3.1 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 88ea7e9..8c31e06 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.21 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ -django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils +django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-quill-editor==0.1.22 # https://github.com/LeeHanYeong/django-quill-editor