From cce24795c03c01a49e5574bc9d29dc74e43b027b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:52:43 +0000 Subject: [PATCH] Bump django-allauth from 0.60.0 to 0.60.1 in /requirements 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 ff5a96ed..5f86f4a8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -28,7 +28,7 @@ channels_redis==4.1.0 # https://github.com/joke2k/django-environ django-environ==0.11.2 # https://github.com/pennersr/django-allauth -django-allauth==0.60.0 +django-allauth==0.60.1 # https://github.com/django-crispy-forms/django-crispy-forms django-crispy-forms==2.1 # https://github.com/jazzband/django-redis