From 9634bac155683b10dcb2413d5c8e70dddc04c7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:17:15 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump django-allauth from 65.2.0 to 65.3.0 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.2.0 to 65.3.0. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth 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 adfa75b9..dceb4d11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ djangorestframework==3.15.2 django-cors-headers==4.6.0 # Authentication -django-allauth==65.2.0 +django-allauth==65.3.0 django-oauth-toolkit==3.0.1 dj-rest-auth==7.0.0 # Added for REST authentication endpoints pyjwt==2.10.1