From db3d839ba53affb1ae01fb264e6ae809b15d8109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 00:28:17 +0000 Subject: [PATCH] Bump django-allauth from 0.8.1 to 65.14.1 in /example Bumps [django-allauth](https://github.com/sponsors/pennersr) from 0.8.1 to 65.14.1. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-version: 65.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 73cf979..5925d5b 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,4 +1,4 @@ django>=1.4 -django-allauth==0.8.1 +django-allauth==65.14.1 django-bootstrap-form==2.0.3 django-uni-form==0.7.0