From 244a0c9d7be0462ac9376620cd494b707cd37a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:58:05 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.3 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.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.9.3...3.11.2) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1d2b9d4a8..61e2cfd5b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ django>=2.2.1,<3 django-webpack-loader>=0.5 -djangorestframework==3.9.3 +djangorestframework==3.11.2 djangorestframework-gis>=0.12 djangorestframework-datatables>=0.3 django-filter>=2.1