From 98e0a493660b3814b88ccb993ddc64f2ce9e4489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:30:48 +0000 Subject: [PATCH 1/2] [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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3e72208..0c09268c 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,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.3.1,<4.6.0', 'django-compress-staticfiles~=1.0.1b', 'django-admin-autocomplete-filter~=0.7.1', 'swapper~=1.3.0', From 1b750ebd0a0e12b3d7ab4d01c07cc7d004c82d17 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 14 Aug 2024 17:05:56 +0530 Subject: [PATCH 2/2] [deps] django-model-utils~=4.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99d1323f..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,<4.6.0', + 'django-model-utils~=4.5.0', 'django-compress-staticfiles~=1.0.1b', 'django-admin-autocomplete-filter~=0.7.1', 'swapper~=1.3.0',