From 584be88b0ace8a7712ae2ef2c98509e0a8de1988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:48:53 -0500 Subject: [PATCH] build(deps): bump django-allauth from 0.60.1 to 0.61.1 in /backend (#1015) Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.60.1 to 0.61.1. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.60.1...0.61.1) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/config/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/requirements/base.txt b/backend/config/requirements/base.txt index 13a7db487..8b0350c3b 100644 --- a/backend/config/requirements/base.txt +++ b/backend/config/requirements/base.txt @@ -18,7 +18,7 @@ git+https://github.com/SPTech-Group/passbook.git crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5/stargazers django==5.0.2 # https://www.djangoproject.com/ django-autoslug==1.9.9 # https://github.com/justinmayer/django-autoslug -django-allauth==0.60.1 # https://github.com/pennersr/django-allauth +django-allauth==0.61.1 # https://github.com/pennersr/django-allauth django-crispy-forms==2.1 # https://github.com/django-crispy-forms/django-crispy-forms/stargazers django-environ==0.11.2 # https://github.com/joke2k/django-environ django-fsm==2.8.1 # https://github.com/viewflow/django-fsm