Skip to content

Commit

Permalink
Merge pull request #969 from NASA-IMPACT/dependabot/pip/django-model-…
Browse files Browse the repository at this point in the history
…utils-4.5.1

Bump django-model-utils from 4.3.1 to 4.5.1
  • Loading branch information
code-geek authored Aug 26, 2024
2 parents c54b126 + fbed6b4 commit 8f61df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ipython==8.21.0
django==4.2.9 # pyup: < 4.1 # https://www.djangoproject.com/
django-environ==0.11.2 # https://github.com/joke2k/django-environ
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils
django-allauth==0.60.1 # https://github.com/pennersr/django-allauth
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==2023.10 # https://github.com/django-crispy-forms/crispy-bootstrap5
Expand Down
1 change: 1 addition & 0 deletions sde_collections/models/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import requests
from django.contrib.auth import get_user_model
from django.db import models
from django.db.models import Q
from django.db.models.signals import post_save
from django.dispatch import receiver
from model_utils import FieldTracker
Expand Down

0 comments on commit 8f61df7

Please sign in to comment.