Skip to content

Commit

Permalink
[deps] Update django-model-utils requirement from ~=4.3.1 to ~=4.5.0
Browse files Browse the repository at this point in the history
* [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](jazzband/django-model-utils@4.3.1...4.5.1)

---
updated-dependencies:
- dependency-name: django-model-utils
  dependency-type: direct:production
...

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Capoano <[email protected]>
Co-authored-by: Gagan Deep <[email protected]>
  • Loading branch information
3 people authored Aug 14, 2024
1 parent 1951fad commit ac1b9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ac1b9dd

Please sign in to comment.