From 493f979ec7e4206f4f928cede6844e678c81e310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:05:49 +0000 Subject: [PATCH] Bump djangorestframework from 3.6.4 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.6.4 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.6.4...3.11.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8e9c515..04049111 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.11.2', 'docutils==0.14', 'ebooklib', 'elasticsearch==1.6.0',