From 425ba6fd920b6018bb8558b3ee074cd4c7f804fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:00:41 +0000 Subject: [PATCH] Bump django-allauth[socialaccount] from 65.14.3 to 65.15.0 Bumps [django-allauth[socialaccount]](https://github.com/sponsors/pennersr) from 65.14.3 to 65.15.0. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth[socialaccount] dependency-version: 65.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 199e667..0631b9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "demoji==1.1.0", "Django==5.2.11", - "django-allauth[socialaccount]==65.14.3", + "django-allauth[socialaccount]==65.15.0", "django-bootstrap5==26.2", "django-cleanup==9.0.0", "django-cors-headers==4.9.0",