From 50a409d5b8f6bc7acbffebb4c49b76a1cfe1b710 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 22 Apr 2022 23:29:12 +0000
Subject: [PATCH] Bump django from 2.2.24 to 2.2.28 in /api

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

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 api/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/requirements.txt b/api/requirements.txt
index 19856c4..754354b 100644
--- a/api/requirements.txt
+++ b/api/requirements.txt
@@ -1,5 +1,5 @@
 certifi==2020.6.20
-Django==2.2.24
+Django==2.2.28
 djangorestframework==3.11.2
 djongo==1.3.3
 elasticsearch==7.9.1