From cf3fce712c99fc5ca89a097adcd051a49c8446a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 08:49:29 +0000 Subject: [PATCH] Update dependency django-allauth to ^0.60.0 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0bf3d70a096..e3c126bda07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -416,12 +416,12 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.57.0" +version = "0.60.0" 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.57.0.tar.gz", hash = "sha256:a095ef0db7de305d9175772c78e765ebd5fceb004ae61c1383d7fc1af0f7c5b1"}, + {file = "django-allauth-0.60.0.tar.gz", hash = "sha256:65170e2676fd22e7edef7b3b761c8a2df7cb4b5261ce8dfedab74f7ef73ce1f0"}, ] [package.dependencies] @@ -1955,4 +1955,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fdc5c65aecb2ccb02fe7bff991a47945f7c4deadf45d6e81edf7d270d8ce2e68" +content-hash = "c0f0066d4fa8b9f03846e158fd3fabe31c364fc519680d4b11218c3148f46b8b" diff --git a/pyproject.toml b/pyproject.toml index 69ff5d26168..5d9e88465a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ django-braces = "~1.15.0" djangorestframework-camel-case = "^1.3.0" django-parler-rest = "^2.1" django-parler = "^2.3" -django-allauth = "^0.57.0" +django-allauth = "^0.60.0" lxml = "^4.7.1" requests = ">=2.31.0, <2.32.0" django-cors-headers = "^4.2.0"