From 1cb222e47aab389afe67348ca0d68b4016eda227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 08:37:58 +0000 Subject: [PATCH] Bump django from 1.10.3 to 2.2.28 Bumps [django](https://github.com/django/django) from 1.10.3 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.3...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 14bf1914..50254387 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.2 -Django==1.10.3 +Django==2.2.28 django-multiselectfield django-ckeditor==5.2.1 gunicorn==19.7.0