From 68ca5d024d553a68a2f9fc25b287f0df999a59c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 19:07:34 +0000 Subject: [PATCH] Bump django-allauth from 0.48.0 to 0.52.0 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.48.0 to 0.52.0. - [Release notes](https://github.com/pennersr/django-allauth/releases) - [Changelog](https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.48.0...0.52.0) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d36c2a..231067a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'dj-database-url==0.5.0', 'dj-rest-auth==2.2.3', 'Django==4.0.2', - 'django-allauth==0.48.0', + 'django-allauth==0.52.0', 'django-anymail==8.5', 'django-cors-headers==3.11.0', 'django-environ==0.9.0', diff --git a/requirements.txt b/requirements.txt index b7eba98..d65c315 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ defusedxml==0.7.1 dj-database-url==0.5.0 dj-rest-auth==2.2.3 Django==4.0.2 -django-allauth==0.48.0 +django-allauth==0.52.0 django-anymail==8.5 django-cors-headers==3.11.0 django-environ==0.9.0