Skip to content

Commit ac1b9dd

Browse files
dependabot[bot]nemesifierpandafy
authored
[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](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Capoano <f.capoano@openwisp.io> Co-authored-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 1951fad commit ac1b9dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
scripts=['openwisp-qa-check', 'openwisp-qa-format', 'openwisp-pre-push-hook'],
4242
zip_safe=False,
4343
install_requires=[
44-
'django-model-utils~=4.3.1',
44+
'django-model-utils~=4.5.0',
4545
'django-compress-staticfiles~=1.0.1b',
4646
'django-admin-autocomplete-filter~=0.7.1',
4747
'swapper~=1.3.0',

0 commit comments

Comments
 (0)