From 4cc35aaf58a0c5df92385ea1a5444aa212d44b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 10:39:39 +0000 Subject: [PATCH] Bump django-model-utils from 4.3.1 to 4.5.1 Bumps [django-model-utils](https://github.com/jazzband/django-model-utils) from 4.3.1 to 4.5.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.3.1...4.5.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 8c7eb96b8..bdf4b5772 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ boto3==1.28.5 psycopg2-binary==2.9.6 requests==2.31.0 django-filter==24.2 -django-model-utils==4.3.1 +django-model-utils==4.5.1 Markdown==3.5.1 django-localflavor==4.0 django-extensions==3.2.3