From 72c0d70d34ac274fc6f7dd3e1bbada9b69a65d01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 04:16:31 +0000 Subject: [PATCH] [Security] Bump djangorestframework from 3.10.3 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.3 to 3.11.2. **This update includes a security fix.** - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.10.3...3.11.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b2922083..6c0c6650 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-queryset-csv==1.0.2 psycopg2-binary==2.8.6 django-webpack-loader==0.5.0 django-filter==1.1.0 -djangorestframework==3.10.3 +djangorestframework==3.11.2 djangorestframework-filters==0.11.1 djangorestframework-queryfields==1.0.0 django-vote==2.1.7