From aeb54473d75c7196ce27906b1429c19c24482609 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 0.7 to 3.1.2 in /requirements 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] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 32658e3..9880b34 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -6,5 +6,5 @@ -e git://github.com/rnk/django-media-bundler.git#egg=django-media-bundler -e git://github.com/mozilla/django-csp.git#egg=django-csp python-memcached -django-registration==0.7 +django-registration==3.1.2 -e git://github.com/alex/django-templatetag-sugar.git#egg=templatetag_sugar