From d91f79e29cb919c1d78102970d3be0e9ef0ae1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:59:20 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump django-allauth from 65.3.0 to 65.3.1 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.3.0 to 65.3.1. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77968c62..7f2f357c 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.3.0 +django-allauth==65.3.1 django-oauth-toolkit==3.0.1 dj-rest-auth==7.0.0 # Added for REST authentication endpoints pyjwt==2.10.1