Skip to content

Commit 522443a

Browse files
authored
fix: pin django_vite to <3 in requirements.txt
1 parent 53e2323 commit 522443a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ django-simple-history>=3.0.0
2525
#django-stubs>=4.2.0 # The django-stubs version used determines the the mypy version indicated below
2626
django-stubs==4.2.4 # Pin here until we fix test failures (and update mypy version, too)
2727
django-tastypie>=0.14.5 # Version must be locked in sync with version of Django
28-
django-vite>=2.0.2
28+
django-vite>=2.0.2,<3
2929
django-webtest>=1.9.10 # Only used in tests
3030
django-widget-tweaks>=1.4.12
3131
djlint>=1.0.0 # To auto-indent templates via "djlint --profile django --reformat"

0 commit comments

Comments
 (0)