1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Upgrade django-taggit to v5.0.1

This commit is contained in:
Jeremy Stretch
2023-12-04 13:43:58 -05:00
parent 2b7cc1e6fa
commit 9f1283f0fa
2 changed files with 2 additions and 3 deletions

View File

@ -53,8 +53,7 @@ django-tables2
# User-defined tags for objects
# https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
# TODO: Upgrade to v5.0 for NetBox v3.7 beta
django-taggit<5.0
django-taggit
# A Django field for representing time zones
# https://github.com/mfogel/django-timezone-field/

View File

@ -11,7 +11,7 @@ django-redis==5.4.0
django-rich==1.8.0
django-rq==2.9.0
django-tables2==2.6.0
django-taggit==4.0.0
django-taggit==5.0.1
django-timezone-field==6.1.0
djangorestframework==3.14.0
drf-spectacular==0.26.5