From 9ea23bee4f4c105982b8907acc3a89e2cf552351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:36:25 +0000 Subject: [PATCH] Bump django from 1.8.19 to 2.2.24 in /etc Bumps [django](https://github.com/django/django) from 1.8.19 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.19...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- etc/requirements-init.txt | 2 +- etc/requirements-mgmt.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/requirements-init.txt b/etc/requirements-init.txt index df969793..2134c831 100644 --- a/etc/requirements-init.txt +++ b/etc/requirements-init.txt @@ -1,3 +1,3 @@ ### project pip -Django==1.8.19 +Django==2.2.24 diff --git a/etc/requirements-mgmt.txt b/etc/requirements-mgmt.txt index 83adb4e2..d46b95d3 100644 --- a/etc/requirements-mgmt.txt +++ b/etc/requirements-mgmt.txt @@ -2,7 +2,7 @@ ### project pip setuptools==40.8.0 -Django==1.8.19 +Django==2.2.24 # appconf 1.0.4 dropped py2 django-appconf==1.0.3 Sphinx==1.6.5