From 87fdfaa713b673dca5806e21aabeb67120b1e5e8 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 12 May 2023 16:38:15 -0300 Subject: [PATCH] chore: Update django-tastypie requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea7ef7fb3..4fd7db4d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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