From 895d63da4deffe17357e1da8f33c6c48faf45a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:03:26 +0000 Subject: [PATCH] build(deps): bump django-allauth from 0.63.6 to 65.16.1 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 0.63.6 to 65.16.1. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-version: 65.16.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fb297a4990..09c74dc6c21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "zipstream-ng==1.8.0", # Django Apps - "django-allauth==0.63.6", + "django-allauth==65.16.1", "django-appconf==1.0.6", "django-filter==24.2", "django-imagekit==5.0.0",