From cd00d3b4e701dfbd7707d7457028c543ad15375c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 07:41:21 +0000 Subject: [PATCH] chore(deps): bump django-model-utils from 4.5.0 to 5.0.0 Bumps [django-model-utils](https://github.com/jazzband/django-model-utils) from 4.5.0 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.0...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 0ac70d48d..402e84356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ django==5.1.1 django-admin-relation-links==0.2.5 django-celery-beat==2.7.0 django-celery-results==2.5.1 -django-model-utils==4.5.0 +django-model-utils==5.0.0 django-redis==5.4.0 djangorestframework==3.15.0 channels==4.1.0