diff --git a/setup.py b/setup.py index f9b3c33..aeb23bf 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ install_requires = ( - 'djangorestframework>=2.3.13,<3', + 'djangorestframework>=2.3.14,<3', 'incuna_mail>=0.2,<0.3', )