From 61af262793a7383722382729bcac9b4ad820289c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:24:05 +0000 Subject: [PATCH] Bump djangorestframework from 3.8.2 to 3.11.2 in /business-logic-server Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.2 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.8.2...3.11.2) Signed-off-by: dependabot[bot] --- business-logic-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 business-logic-server/requirements.txt diff --git a/business-logic-server/requirements.txt b/business-logic-server/requirements.txt old mode 100755 new mode 100644 index 4b2c9ef..d583787 --- a/business-logic-server/requirements.txt +++ b/business-logic-server/requirements.txt @@ -3,7 +3,7 @@ psycopg2-binary==2.7.5 django-cors-headers==2.4.0 configparser==3.5.0 filelock==2.0.6 -djangorestframework==3.8.2 +djangorestframework==3.11.2 markdown==2.6.11 django-filter==2.0.0 django-guardian==1.4.9