From 17f17a1c7b92398357822e2315dd87e366d06531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:46:23 +0000 Subject: [PATCH] Bump django-registration from 1.0 to 3.1.2 in /demo Bumps [django-registration](https://github.com/ubernostrum/django-registration) from 1.0 to 3.1.2. - [Release notes](https://github.com/ubernostrum/django-registration/releases) - [Commits](https://github.com/ubernostrum/django-registration/compare/1.0...3.1.2) Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 46000e3..fac669d 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -2,7 +2,7 @@ django==1.6.5 django-bootstrap-static==2.3.2 django-debug-toolbar==1.2 django-extensions==1.3.8 -django-registration==1.0 +django-registration==3.1.2 django-grappelli==2.5.3 django-celery==3.1.10 django-rosetta==0.7.4