From aa318b6222571e231f4749759c8faabacb0e014d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:12:33 +0000 Subject: [PATCH] Bump django from 1.9.13 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.9.13 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.13...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fb568f4..055e367 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ celery==4.1.0 -Django==1.9.13 +Django==2.2.24 django-apptemplates==1.4 django-celery-beat==1.0.1 django-celery-results==1.0.1 diff --git a/setup.py b/setup.py index bcafcc7..ea65d5b 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def read(*rnames): zip_safe=False, install_requires=[ 'celery==4.1.0', - 'Django==1.9.13', + 'Django==2.2.24', 'django-apptemplates==1.4', 'django-celery-beat==1.0.1', 'django-celery-results==1.0.1',