From 26fed514e5ef9d3252f40c2279def3bf26722031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:11:14 +0000 Subject: [PATCH] Bump django-allauth[socialaccount] from 65.9.0 to 65.11.2 Bumps [django-allauth[socialaccount]](https://github.com/sponsors/pennersr) from 65.9.0 to 65.11.2. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth[socialaccount] dependency-version: 65.11.2 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 4c691a9..f32acd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "demoji==1.1.0", "Django==5.1.8", - "django-allauth[socialaccount]==65.9.0", + "django-allauth[socialaccount]==65.11.2", "django-bootstrap5==25.1", "django-cleanup==9.0.0", "django-cors-headers==4.7.0",