Skip to content

Commit 3957466

Browse files
[deps] Update django-model-utils requirement from ~=4.5.0 to >=4.5,<5.1
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](jazzband/django-model-utils@4.5.0...5.0.0) --- updated-dependencies: - dependency-name: django-model-utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Capoano <f.capoano@openwisp.io>
1 parent 48965cb commit 3957466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
scripts=['openwisp-qa-check', 'openwisp-qa-format', 'openwisp-pre-push-hook'],
2626
zip_safe=False,
2727
install_requires=[
28-
'django-model-utils~=4.5.0',
28+
'django-model-utils>=4.5,<5.1',
2929
'django-compress-staticfiles~=1.0.1b',
3030
'django-admin-autocomplete-filter~=0.7.1',
3131
'swapper~=1.3.0',

0 commit comments

Comments
 (0)