From 48a45abc79acb08d02e8137a8f47c20088067e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:33:58 +0000 Subject: [PATCH] Bump django from 1.3 to 2.2.24 in /mingus Bumps [django](https://github.com/django/django) from 1.3 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.3...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mingus/requirements.txt | 2 +- mingus/stable-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingus/requirements.txt b/mingus/requirements.txt index 544863da..a3603cac 100644 --- a/mingus/requirements.txt +++ b/mingus/requirements.txt @@ -1,7 +1,7 @@ BeautifulSoup==3.2.0 PIL python-dateutil==1.4.1 -django==1.3.0 +django==2.2.24 django-debug-toolbar==0.8.5 django-tagging==0.3 Pygments==1.1.1 diff --git a/mingus/stable-requirements.txt b/mingus/stable-requirements.txt index bdafa37f..82882ae3 100644 --- a/mingus/stable-requirements.txt +++ b/mingus/stable-requirements.txt @@ -1,5 +1,5 @@ BeautifulSoup==3.2.0 -Django==1.3 +Django==2.2.24 Markdown==2.0.1 PIL==1.1.7 Pygments==1.1.1