diff --git a/poetry.lock b/poetry.lock index 765ff73f..346c667c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -361,22 +361,22 @@ files = [ [[package]] name = "django-allauth" -version = "0.63.3" +version = "64.2.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" +python-versions = ">=3.8" files = [ - {file = "django_allauth-0.63.3.tar.gz", hash = "sha256:2374164c468a309e6badf70bc3405136df6036f24a20a13387f2a063066bdaa9"}, + {file = "django_allauth-64.2.0.tar.gz", hash = "sha256:71b404b3a7631502005e549800411e77939754e6864f2d24c17741a42e8e50e5"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" pyjwt = {version = ">=1.7", extras = ["crypto"], optional = true, markers = "extra == \"socialaccount\""} requests = {version = ">=2.0.0", optional = true, markers = "extra == \"socialaccount\""} requests-oauthlib = {version = ">=0.3.0", optional = true, markers = "extra == \"socialaccount\""} [package.extras] -mfa = ["qrcode (>=7.0.0)"] +mfa = ["fido2 (>=1.1.2)", "qrcode (>=7.0.0)"] openid = ["python3-openid (>=3.0.8)"] saml = ["python3-saml (>=1.15.0,<2.0.0)"] socialaccount = ["pyjwt[crypto] (>=1.7)", "requests (>=2.0.0)", "requests-oauthlib (>=0.3.0)"] @@ -1308,4 +1308,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "e64bb0c995cdf189ab44221986a6cdd8c7310a93996e25b6b3aa057f9effdfb9" +content-hash = "58485e018109b6239a3f9d512d31244ff8972bef522f8d8ab1dcab30211366b5" diff --git a/pyproject.toml b/pyproject.toml index cc514b15..45f85c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ arrow = "^1.3.0" boto3 = "^1.34.151" django = "^5.0" django-active-link = "^0.2.2" -django-allauth = {extras = ["socialaccount"], version = "^0.63.3"} +django-allauth = {extras = ["socialaccount"], version = "^64.2.0"} django-anymail = "^11.1" django-appconf = "^1.0.6" django-bootstrap3 = "^24.2"