From 4f3472335a4abf2187fa8c2d6cc84c28f6805279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 16:52:24 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump django-allauth from 65.4.1 to 65.8.0 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.4.1 to 65.8.0. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-version: 65.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edc9d279..aae99b6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ djangorestframework==3.15.2 django-cors-headers==4.7.0 # Authentication -django-allauth==65.4.1 +django-allauth==65.8.0 django-oauth-toolkit==3.0.1 dj-rest-auth==7.0.1 # Added for REST authentication endpoints pyjwt==2.10.1