From 5c63eb89209c81844b75bd7f0b723095af1b3b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:16:47 +0000 Subject: [PATCH] Bump django-model-utils from 4.2.0 to 4.3.1 Bumps [django-model-utils](https://github.com/jazzband/django-model-utils) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/jazzband/django-model-utils/releases) - [Changelog](https://github.com/jazzband/django-model-utils/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/django-model-utils/compare/4.2.0...4.3.1) --- updated-dependencies: - dependency-name: django-model-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 23dcfd4c..38784723 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,7 @@ oauthlib==3.2.1 # https://github.com/oauthlib/oauthlib django==3.2.19 # pyup: < 3.3 # https://www.djangoproject.com/ django-environ==0.8.1 # https://github.com/joke2k/django-environ django-maintenance-mode==0.16.3 # https://github.com/fabiocaccamo/django-maintenance-mode -django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils +django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-allauth==0.54.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms django-redis==5.2.0 # https://github.com/jazzband/django-redis