From ac1b9dd52a66190a3e8dbba97932ae751dc08e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:57:45 -0400 Subject: [PATCH] [deps] Update django-model-utils requirement from ~=4.3.1 to ~=4.5.0 * [deps] Update django-model-utils requirement Updates the requirements on [django-model-utils](https://github.com/jazzband/django-model-utils) to permit the latest version. - [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 ... --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Capoano Co-authored-by: Gagan Deep --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f2e2c70..4fa04fb4 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ scripts=['openwisp-qa-check', 'openwisp-qa-format', 'openwisp-pre-push-hook'], zip_safe=False, install_requires=[ - 'django-model-utils~=4.3.1', + 'django-model-utils~=4.5.0', 'django-compress-staticfiles~=1.0.1b', 'django-admin-autocomplete-filter~=0.7.1', 'swapper~=1.3.0',