From a5e786cdc9f094fe8ef8d1a2715f604f8a2e5688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 09:47:15 +0000 Subject: [PATCH] Bump django-allauth from 65.16.1 to 65.17.0 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.16.1 to 65.17.0. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-version: 65.17.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 bd204ad3f..76130b499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "channels-redis==4.3.0", "commonmark==0.9.1", "conference-scheduler==3.0.1", - "django-allauth[mfa]==65.16.1", + "django-allauth[mfa]==65.17.0", "django-bootstrap5==26.2", "django-colorfield==0.14.0", "django-cors-headers==4.9.0",