From c41e88503fef0f0a88cce06a1fd3ad89e19d9c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:14:25 +0000 Subject: [PATCH] Bump django-allauth from 0.63.6 to 64.2.1 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.63.6 to 64.2.1. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.63.6...64.2.1) --- 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 63b3f159f..c0df5771e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # Django django==4.2.15 -django-allauth==0.63.6 +django-allauth==64.2.1 django-anymail[mailgun]==8.6 django-autoslug==1.9.9 # https://github.com/justinmayer/django-autoslug django-ckeditor==6.7.1 # Todo: Unused, remove.