From 2c53eef48abb6edd332e0d611c63fb2f4a09fb10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:55:16 +0000 Subject: [PATCH] chore(deps): bump django-allauth from 65.4 to 65.13.0 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.4 to 65.13.0. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-version: 65.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b5ae0ef..ce347db7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "requests", "django>=5.2.0", "django-model-utils", - "django-allauth==65.4", + "django-allauth==65.13.0", "django-crispy-forms", "crispy-bootstrap5", "django-health-check",