From 4e394ae98fe25957ca319f65d6c81c5af2029a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:42:43 +0000 Subject: [PATCH] build(deps): 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 1f6aa18..2c0207f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ install_requires=[ 'Django==1.11.4', 'django-cors-headers==2.1.0', - 'djangorestframework==3.6.4', + 'djangorestframework==3.11.2', 'djangorestframework-camel-case==0.2.0', 'djangorestframework-jwt==1.11.0', 'drf-nested-routers==0.90.0'