From 40cf7e8d6d7aa4df096fcd166f07630979990556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 01:44:26 +0000 Subject: [PATCH] Bump django-allauth from 0.58.1 to 0.58.2 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.58.1 to 0.58.2. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.58.1...0.58.2) --- 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 94c5b43ba..bcd92abed 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.58.1 +django-allauth==0.58.2 django-anymail[mailgun]==8.6 django-autoslug==1.9.9 # https://github.com/justinmayer/django-autoslug django-ckeditor==6.7.0