Skip to content

Commit 9f1283f

Browse files
committed
Upgrade django-taggit to v5.0.1
1 parent 2b7cc1e commit 9f1283f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

base_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ django-tables2
5353

5454
# User-defined tags for objects
5555
# https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
56-
# TODO: Upgrade to v5.0 for NetBox v3.7 beta
57-
django-taggit<5.0
56+
django-taggit
5857

5958
# A Django field for representing time zones
6059
# https://github.com/mfogel/django-timezone-field/

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ django-redis==5.4.0
1111
django-rich==1.8.0
1212
django-rq==2.9.0
1313
django-tables2==2.6.0
14-
django-taggit==4.0.0
14+
django-taggit==5.0.1
1515
django-timezone-field==6.1.0
1616
djangorestframework==3.14.0
1717
drf-spectacular==0.26.5

0 commit comments

Comments
 (0)