From 2c9862661be1734f9e984eacb6a448eaea2447ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 01:04:34 +0000 Subject: [PATCH] Bump django-allauth from 0.60.0 to 0.60.1 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.60.0 to 0.60.1. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.60.0...0.60.1) --- 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 a2c73d173..4edc495ec 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ # Django django==3.2.23 django-activeurl==0.2.0 # https://github.com/hellysmile/django-activeurl -django-allauth==0.60.0 +django-allauth==0.60.1 django-anymail[mailgun]==8.6 django-autoslug==1.9.9 # https://github.com/justinmayer/django-autoslug django-ckeditor==6.7.0