From 655f46c7f1195d32d8ac6b115e771a6ea6efcb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 00:10:22 +0000 Subject: [PATCH] Bump djangorestframework from 3.10 to 3.11.2 in /app Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.10.0...3.11.2) Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 789ec5993c..76a61d34d9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -14,7 +14,7 @@ django-webpack-loader==0.6.0 django-widget-tweaks==1.4.2 django-polymorphic==2.0.3 django-rest-polymorphic==0.1.8 -djangorestframework==3.10 +djangorestframework==3.11.2 djangorestframework-csv==2.1.0 djangorestframework-filters==0.10.2 drf-yasg==1.17.1