From 546cde46071c70b0e665026aa310b757e67bf0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:11:03 +0000 Subject: [PATCH] Bump django from 2.2.18 to 2.2.28 in /backend/requirements 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] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 5a36551..47b9551 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -1,4 +1,4 @@ -Django==2.2.18 +Django==2.2.28 django-allauth==0.41.0 djangorestframework==3.11.2