From db4c653636e0633a86a38c17f001d0792c35f818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:54:11 +0000 Subject: [PATCH] Bump django-allauth from 65.10.0 to 65.13.0 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.10.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 366b19a..4f1c5bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ djangorestframework==3.16.0 django-cors-headers==4.7.0 # Authentication -django-allauth==65.10.0 +django-allauth==65.13.0 PyJWT==2.10.1 # Database