From 15402db43c2239f42c3da959195c93e2df659184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 06:07:56 +0000 Subject: [PATCH] Bump django-allauth from 64.0.0 to 64.1.0 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 64.0.0 to 64.1.0. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/64.0.0...64.1.0) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor ... 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 897cb98..0b86b55 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -15,7 +15,7 @@ django==5.0.7 # pyup: < 5.0 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-timezone-field==7.0 # https://github.com/mfogel/django-timezone-field django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils -django-allauth==64.0.0 # https://github.com/pennersr/django-allauth +django-allauth==64.1.0 # https://github.com/pennersr/django-allauth django-private-storage==3.1.1 # https://github.com/edoburu/django-private-storage django-filter==24.3 # https://github.com/carltongibson/django-filter django-select2==8.2.0 # https://github.com/codingjoe/django-select2