From 6833af0aa0e73c99e2a2f61c0aad20dc0ba51120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:13:19 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.0 to 3.11.2 in /manager/app Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.0 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.0...3.11.2) Signed-off-by: dependabot[bot] --- manager/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/app/requirements.txt b/manager/app/requirements.txt index 6d010698..64e0e16a 100644 --- a/manager/app/requirements.txt +++ b/manager/app/requirements.txt @@ -7,7 +7,7 @@ Django==1.11.17 django-cors-headers==2.4.0 django-filter==2.0.0 django-rest-multiple-models==2.1.3 -djangorestframework==3.9.0 +djangorestframework==3.11.2 drf-yasg==1.11.1 httplib2==0.12.0 idna==2.7