From 80e9e368a2d588cbd74b7dacacc4acbd6e5bffd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:55:45 +0000 Subject: [PATCH] Bump django-allauth from 0.54.0 to 65.0.0 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 0.54.0 to 65.0.0. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 5edd10ee..8cf45d39 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,5 +1,5 @@ django==3.2.24 -django-allauth==0.54.0 +django-allauth==65.0.0 django-analytical==3.1.0 django-anymail[postmark]==10.0 django-autoslug==1.9.9