From 1da1c8714a2dd56c9d6feccd0a77d359c4a3d9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:53:42 +0000 Subject: [PATCH] Bump django-allauth from 0.8.1 to 65.13.0 in /example Bumps [django-allauth](https://github.com/sponsors/pennersr) from 0.8.1 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] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 73cf979..cc2ae69 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,4 +1,4 @@ django>=1.4 -django-allauth==0.8.1 +django-allauth==65.13.0 django-bootstrap-form==2.0.3 django-uni-form==0.7.0