From ff9d31f49f1ce4d87ac8b644712f7a06022d2300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:37:00 +0000 Subject: [PATCH] Bump django in /days/053-056-django-registration/demo Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.27...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- days/053-056-django-registration/demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/days/053-056-django-registration/demo/requirements.txt b/days/053-056-django-registration/demo/requirements.txt index 9a228a29..33c550fc 100644 --- a/days/053-056-django-registration/demo/requirements.txt +++ b/days/053-056-django-registration/demo/requirements.txt @@ -1,2 +1,2 @@ -django==2.2.27 +django==2.2.28 django-registration==3.1.2