From 19632bcc18b7c2c0445f6ece5651009dfab0f23d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:10:27 +0000 Subject: [PATCH] Bump django from 2.0.4 to 2.2.24 in /app Bumps [django](https://github.com/django/django) from 2.0.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt old mode 100755 new mode 100644 index 6b38dbcb..170ec484 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.4 +Django==2.2.24 django-bootstrap-datepicker-plus==3.0.4 django-crispy-forms==1.7.2 django-debug-toolbar==1.10