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

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

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

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

diff --git a/Poller/requirements.txt b/Poller/requirements.txt
index 1727f8d..301e3ba 100644
--- a/Poller/requirements.txt
+++ b/Poller/requirements.txt
@@ -1,3 +1,3 @@
-Django==2.2.3
+Django==2.2.28
 pytz==2019.1
 sqlparse==0.3.0