From d9a2ce9442735a365a19bc073c31ceba4cc2a6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 16:41:15 +0000 Subject: [PATCH] Bump django-allauth from 0.48.0 to 0.51.0 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.48.0 to 0.51.0. - [Release notes](https://github.com/pennersr/django-allauth/releases) - [Changelog](https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3d446b4..44c59d0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -15,7 +15,7 @@ flower==1.0.0 # https://github.com/mher/flower django==3.2.12 # pyup: < 4.0 # https://www.djangoproject.com/ django-environ==0.8.1 # https://github.com/joke2k/django-environ django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils -django-allauth==0.48.0 # https://github.com/pennersr/django-allauth +django-allauth==0.51.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5 django-compressor==3.1 # https://github.com/django-compressor/django-compressor @@ -34,3 +34,7 @@ wagtail-django-recaptcha==1.0 # Wagtail Menu # ------------------------------------------------------------------------------ wagtailmenus==3.0.2 + +# Wagtail Localize +# ------------------------------------------------------------------------------ +wagtail-localize==1.2.1 \ No newline at end of file