From 9765f4c54f52409b162ef5fb01d440901d0fa022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:30:05 +0000 Subject: [PATCH] Bump django from 1.5.1 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.5.1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.5.1...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-linux.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-linux.txt b/requirements-linux.txt index 17bc0f8..d99ce48 100644 --- a/requirements-linux.txt +++ b/requirements-linux.txt @@ -1,6 +1,6 @@ MySQL-python==1.2.3 pillow -Django==1.5.1 +Django==2.2.24 South==0.7.6 dj-database-url==0.2.1 django-inoa==0.2.3 diff --git a/requirements.txt b/requirements.txt index e10081d..efec909 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.1 +Django==2.2.24 dj-database-url==0.4.2 django-inoa==0.2.3 beautifulsoup4