From 070add6fe0607fe52a65d3e55054af3bfa69077e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:58:52 +0000 Subject: [PATCH] Bump django-allauth from 65.14.3 to 65.16.1 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.14.3 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-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 0a3954d..4cda7fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "demoji==1.1.0", "Django==5.2.14", - "django-allauth[socialaccount]==65.14.3", + "django-allauth[socialaccount]==65.16.1", "django-bootstrap5==26.2", "django-cleanup==9.0.0", "django-cors-headers==4.9.0",