From 4d441be6a76910485c4879c8f8076d15e5f5b373 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 10 Jun 2021 20:37:11 +0000
Subject: [PATCH] Bump django from 1.5 to 2.2.24

Bumps [django](https://github.com/django/django) from 1.5 to 2.2.24.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/1.5...2.2.24)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt      | 2 +-
 requirements_docs.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index eeafa2ce6..8c223b56c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ anyjson==0.3.3
 bigsuds==1.0.4
 billiard==3.3.0.23
 celery==3.1.24
-Django==1.5
+Django==2.2.24
 django-auth-ldap==1.1.2
 django-extensions==1.3.9
 djangorestframework==2.4.3
diff --git a/requirements_docs.txt b/requirements_docs.txt
index 2d0169c4f..e86c1586d 100644
--- a/requirements_docs.txt
+++ b/requirements_docs.txt
@@ -1,5 +1,5 @@
 celery==3.1.24
-Django==1.5
+Django==2.2.24
 graypy==0.2.14
 
 Sphinx==1.8.2