From 3775324000b49dcd11f9b8cacbc286773a2f1c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 00:07:03 +0000 Subject: [PATCH] Bump djangorestframework from 3.10 to 3.11.2 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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/requirements.txt b/requirements.txt index cd40701e83..a1357b30e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-widget-tweaks==1.4.2 django-polymorphic==2.0.3 django-pyodbc-azure==2.1.0.0 django-rest-polymorphic==0.1.8 -djangorestframework==3.10 +djangorestframework==3.11.2 djangorestframework-csv==2.1.0 djangorestframework-filters==0.10.2 environs==4.1.0