From 17e1401522f5a7769f21f2ced13b09d423aabca8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 16:51:24 -0300 Subject: [PATCH] Update django-model-utils from 4.0.0 to 4.5.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 732becf..4eca379 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==4.5.0 # https://github.com/jazzband/django-model-utils django-quill-editor==0.1.22 # https://github.com/LeeHanYeong/django-quill-editor