From b2017858b06b7fefbf1ca5e239b3f228e48a5f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 14:51:20 +0000 Subject: [PATCH] Bump djangorestframework from 3.6.4 to 3.9.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.6.4 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.6.4...3.9.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7cd9bdfa..3b51e344 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def run_tests(self): 'django-registration-redux==2.4', 'django-suit==0.2.26', 'django-timezones==0.2', - 'djangorestframework==3.6.4', + 'djangorestframework==3.9.1', 'docutils==0.14', 'ebooklib', 'elasticsearch==1.6.0',