From 9a9193946bf4d13260d9f4b7e3a777f3111117ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:26:33 +0000 Subject: [PATCH] Bump django from 2.1.1 to 2.2.24 in /business-logic-server Bumps [django](https://github.com/django/django) from 2.1.1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.1...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..d468c50 --- a/business-logic-server/requirements.txt +++ b/business-logic-server/requirements.txt @@ -1,4 +1,4 @@ -Django==2.1.1 +Django==2.2.24 psycopg2-binary==2.7.5 django-cors-headers==2.4.0 configparser==3.5.0