From 5e02d583d800715b878fcb8c0c3ed9a42bbaba1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:22:42 +0000 Subject: [PATCH] Bump django-model-utils from 4.5.1 to 5.0.0 Bumps [django-model-utils](https://github.com/jazzband/django-model-utils) from 4.5.1 to 5.0.0. - [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.5.1...5.0.0) --- updated-dependencies: - dependency-name: django-model-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d15ae3682..a9c88ec6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-environ==0.11.2 django-extensions==3.2.3 django-filter==24.2 django-imagekit==5.0.0 -django-model-utils==4.5.1 +django-model-utils==5.0.0 django-redis==5.4.0 django-s3-storage==0.15.0 django-timezone-field==7.0