From 99de0908f68ebfad71bca60fe3ccf47535db2d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:04:53 +0000 Subject: [PATCH] Bump django-allauth from 0.63.6 to 65.0.2 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 0.63.6 to 65.0.2. - [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.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 9afc85b..61fa83d 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ dj-database-url==2.2.0 dj-stripe==2.8.4 Django==5.0.7 -django-allauth==0.63.6 +django-allauth==65.0.2 django-anymail[sendgrid]==11.0.1 django-debug-toolbar==4.4.6 django-denied==1.3 diff --git a/requirements.txt b/requirements.txt index 4fcbf01..379fc47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ django==5.0.7 # django-hashid-field # django-simple-history # django-waffle -django-allauth==0.63.6 +django-allauth==65.0.2 # via -r requirements.in django-anymail[sendgrid]==11.0.1 # via -r requirements.in