From 52bc56e940e1c33c82a3a8d5085a05660a464e68 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Jul 2019 01:23:11 +0200 Subject: [PATCH] Update djangorestframework from 3.8.2 to 3.10.1 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 7697c4e..3ca5dd2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -35,5 +35,5 @@ webstack-django-sorting==1.0.1 django-analytical==2.4.0 # Django REST Framework -djangorestframework==3.8.2 # https://github.com/encode/django-rest-framework +djangorestframework==3.10.1 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client