From 77d67cb57ceedff9fb245282099bbd052c73488f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 10 May 2019 20:25:51 +0100 Subject: [PATCH] Update djangorestframework from 3.9.1 to 3.9.4 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 6afb9ca..b70e3bb 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -15,7 +15,7 @@ django-tables2==2.0.4 django-redis==4.10.0 # https://github.com/niwinz/django-redis # Django REST Framework -djangorestframework==3.9.1 # https://github.com/encode/django-rest-framework +djangorestframework==3.9.4 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client django-scheduler==0.8.8