From 1ce8c59fefe9f0fd7ef04ada0b14abcfcda6190f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:32:58 +0000 Subject: [PATCH] Bump django from 1.9.1 to 2.2.24 in /install Bumps [django](https://github.com/django/django) from 1.9.1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.1...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- install/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 install/requirements.txt diff --git a/install/requirements.txt b/install/requirements.txt old mode 100755 new mode 100644 index 9d1df65..a191ce3 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -2,7 +2,7 @@ attrs==15.2.0 cffi cryptography==1.3.2 cssselect==0.9.1 -Django==1.9.1 +Django==2.2.24 enum34==1.1.5 idna==2.1 ipaddress==1.0.16