From af752ba7dc131457ac0e2f89a9b8bf4b246e5be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:52:06 +0000 Subject: [PATCH] Bump django-allauth from 0.62.1 to 0.63.3 Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.62.1 to 0.63.3. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.62.1...0.63.3) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 18de8d48..36b1e2c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -225,12 +225,12 @@ files = [ [[package]] name = "django-allauth" -version = "0.62.1" +version = "0.63.3" description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." optional = false python-versions = ">=3.7" files = [ - {file = "django-allauth-0.62.1.tar.gz", hash = "sha256:6f33e86e42fb78ec2885ee905f337b87c46465ae7fe162c4959dcac81d47e2ad"}, + {file = "django_allauth-0.63.3.tar.gz", hash = "sha256:2374164c468a309e6badf70bc3405136df6036f24a20a13387f2a063066bdaa9"}, ] [package.dependencies] @@ -1098,4 +1098,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "9c72a2d64260c68610f3fade1f033be0fa5647494e98f231980ea4738ca5aad9" +content-hash = "007f5838d1d1760eedf948de2b534d09fae05808cadcc4948004e07043b8c60b" diff --git a/pyproject.toml b/pyproject.toml index 7e0a0e4c..f5b84afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ arrow = "^1.3.0" boto3 = "^1.34.95" django = "^5.0" django-active-link = "^0.1.8" -django-allauth = "^0.62.1" +django-allauth = "^0.63.3" django-anymail = "^10.3" django-appconf = "^1.0.6" django-bootstrap3 = "^24.2"