Skip to content

Commit 26abd3a

Browse files
authored
Update django-model-utils from 4.5.0 to 4.5.1 (#5044)
1 parent ebf082b commit 26abd3a

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ uvicorn[standard]==0.29.0 # https://github.com/encode/uvicorn
3030
# ------------------------------------------------------------------------------
3131
django==4.2.12 # pyup: < 5.0 # https://www.djangoproject.com/
3232
django-environ==0.11.2 # https://github.com/joke2k/django-environ
33-
django-model-utils==4.5.0 # https://github.com/jazzband/django-model-utils
33+
django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils
3434
django-allauth[mfa]==0.62.1 # https://github.com/pennersr/django-allauth
3535
django-crispy-forms==2.1 # https://github.com/django-crispy-forms/django-crispy-forms
3636
crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5

0 commit comments

Comments
 (0)