chore: Update django-tastypie requirement

This commit is contained in:
Jennifer Richards 2023-05-12 16:38:15 -03:00
parent aa4c04126c
commit 87fdfaa713
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E

View file

@ -22,7 +22,7 @@ django-password-strength>=1.2.1
django-referrer-policy>=1.0
django-simple-history>=3.0.0
django-stubs>=4.2.0 # The django-stubs version used determines the the mypy version indicated below
django-tastypie==0.14.3 # Version must be locked in sync with version of Django
django-tastypie>=0.14.5 # Version must be locked in sync with version of Django
django-vite>=2.0.2
django-webtest>=1.9.10 # Only used in tests
django-widget-tweaks>=1.4.12