From c1d0c0441e2012e2b4383b6c4d1bde07c28d9a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 01:42:58 +0000 Subject: [PATCH] Bump django-allauth from 0.63.5 to 0.63.6 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.63.5 to 0.63.6. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.63.5...0.63.6) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-patch ... 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 5edb00c42..9012689a2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # Django django==4.2.14 -django-allauth==0.63.5 +django-allauth==0.63.6 django-anymail[mailgun]==8.6 django-autoslug==1.9.9 # https://github.com/justinmayer/django-autoslug django-ckeditor==6.7.1 # Todo: Unused, remove.