From d0c10099a8d6d683f237a09418599f4a21a32e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 20:55:00 +0000 Subject: [PATCH] Bump django from 2.2.18 to 2.2.28 Bumps [django](https://github.com/django/django) from 2.2.18 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.18...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c174a2..00f1817 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.18 +Django==2.2.28 Pillow==8.1.1 mysqlclient==1.3.12 django-background-tasks==1.1.13