From 6ece9a07cb7b7f468a47da13db90dee2f00c9dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:46:00 +0000 Subject: [PATCH] Bump django-registration from 0.8 to 3.1.2 Bumps [django-registration](https://github.com/ubernostrum/django-registration) from 0.8 to 3.1.2. - [Release notes](https://github.com/ubernostrum/django-registration/releases) - [Commits](https://github.com/ubernostrum/django-registration/compare/0.8...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 15d1681..792adc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ django-authopenid==1.0.1 django-flag==0.1.1 django-memcache-status==1.1 django-pagination==1.0.7 -django-registration==0.8 +django-registration==3.1.2 django-tagging==0.3.1 django-voting==0.1 gunicorn # This code was against 0.14 but should work on newer builds.