aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ac133d2b..e2f03070 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
python_requires='>= 3.6',
install_requires=[
'django>=2.1.1',
- 'djangorestframework>=3.8.2',
+ 'djangorestframework>=3.9.0',
'djangorestframework-bulk>=0.2.1',
'django-hosts>=3.0',
'django-environ>=0.4.5',