From 5a525656c617b8dcbb67605cad52f06425789554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:00:14 +0000 Subject: [PATCH] Bump djangorestframework from 3.8.2 to 3.11.2 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.2 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.8.2...3.11.2) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 31abdf82..b430038c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ django-filter==1.1.0 django-filters==0.2.1 django-haystack==2.8.1 django-webpack-loader==0.6.0 -djangorestframework==3.8.2 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 djangorestframework-simplejwt==2.1 jieba==0.39