From b51f02501b5071b621ec03e088c93c43a46c46ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:57:40 +0000 Subject: [PATCH] Bump djangorestframework from 3.6.3 to 3.11.2 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.6.3 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.3...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 e11c925c..0dcb8db8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ django-suit==0.2.25 django-extensions==1.7.9 django-smartfields==1.0.9 django-webpack-loader==0.4.1 -djangorestframework==3.6.3 +djangorestframework==3.11.2 django-filter==1.0.2 docopt==0.6.2 factory-boy==2.8.1