diff --git a/requirements.txt b/requirements.txt index 77d121c..755807c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-cris django-redis==4.9.0 # https://github.com/niwinz/django-redis # Django REST Framework -djangorestframework==3.8.2 # https://github.com/encode/django-rest-framework +djangorestframework==3.11.2 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client gunicorn==19.8.1 # https://github.com/benoitc/gunicorn diff --git a/requirements/base.txt b/requirements/base.txt index d19bcf4..53c2fae 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,5 +14,5 @@ django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-cris django-redis==4.9.0 # https://github.com/niwinz/django-redis # Django REST Framework -djangorestframework==3.8.2 # https://github.com/encode/django-rest-framework +djangorestframework==3.11.2 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client