From bea5ba6cb3a981e4efd0d5a51d388a41e489e0b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:31:59 +0000 Subject: [PATCH] Bump django-allauth from 0.63.6 to 64.0.0 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.63.6 to 64.0.0. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.63.6...64.0.0) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a4070a662..c838cb049 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # Django django==4.2.14 -django-allauth==0.63.6 +django-allauth==64.0.0 django-anymail[mailgun]==8.6 django-autoslug==1.9.9 # https://github.com/justinmayer/django-autoslug django-ckeditor==6.7.1 # Todo: Unused, remove.