From d5aedf92f58e82da330e39c0dc92e4d2106786a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:47:03 +0000 Subject: [PATCH] Bump django-registration from 1.0 to 3.1.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4fab44935f..12af28f0c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==1.6.5 django-mongokit==0.2.6 -django-registration==1.0 +django-registration==3.1.2 # django-ratings==0.3.7 django-pagination==1.0.7 django-notification==1.2.0