From 1744e0a9f21e7f144730f59080da7021aca44bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:36:21 +0000 Subject: [PATCH] Bump django-allauth from 0.63.6 to 65.3.1 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 0.63.6 to 65.3.1. - [Commits](https://github.com/sponsors/pennersr/commits) --- 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 d2cbfb93a..0dad93f73 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # Django django==4.2.18 -django-allauth==0.63.6 +django-allauth==65.3.1 django-anymail[mailgun]==8.6 django-autoslug==1.9.9 # https://github.com/justinmayer/django-autoslug django-ckeditor==6.7.2 # Todo: Unused, remove.