From eab6ee9d52bb950cc2255a427b6d947b3daa306d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:10:35 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.11.2 in /src/backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.7 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...3.11.2) Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/backend/requirements.txt diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt old mode 100755 new mode 100644 index 6ccd475..23fc1cb --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -14,7 +14,7 @@ django-appconf==1.0.2 django-compressor==2.2 django-filter==1.1 django-rest-framework-mongoengine==3.3.1 -djangorestframework==3.7.7 +djangorestframework==3.11.2 drf-nested-routers==0.90.0 drf-yasg==1.1.3 enum34==1.1.6