From fdbd44b9a9b8c58bdc8a5f5825a945a778bc3af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:39:51 +0000 Subject: [PATCH] Bump django-registration from 0.7 to 3.1.2 in /examples Bumps [django-registration](https://github.com/ubernostrum/django-registration) from 0.7 to 3.1.2. - [Release notes](https://github.com/ubernostrum/django-registration/releases) - [Commits](https://github.com/ubernostrum/django-registration/compare/0.7...3.1.2) Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 31b7e9d..954f555 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -2,5 +2,5 @@ Django==1.3.1 Markdown==2.1.0 PIL==1.1.7 distribute==0.6.19 -django-registration==0.7 +django-registration==3.1.2 wsgiref==0.1.2