diff --git a/poetry.lock b/poetry.lock index 32012af..eee6ebd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -770,19 +770,19 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.63.6" +version = "65.0.2" 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.6.tar.gz", hash = "sha256:f15f49defb09e0604dad5214e53a69a1f723cb03176bb115c8930bcd19b91749"}, + {file = "django_allauth-65.0.2.tar.gz", hash = "sha256:6b5b3a7a65b1c28078b6eb0dd234310b58a44e8addfd187dc30437b0b2bc41a5"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" [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)"] @@ -2977,4 +2977,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "074b75ccfd3814c5ce0981b02af1b95ecff3457938d912b03f0ef44f9336fa89" +content-hash = "500feec40a931b49756b2340e513e184cbc2cad37240e68eea6cd15efde34081" diff --git a/pyproject.toml b/pyproject.toml index 9d22f73..78721ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" python = "^3.11" Django = "^5.1.1" django-htmx = "^1.17" -django-allauth = "^0.63" +django-allauth = "^65.0" django-debug-toolbar = "4.4.6" channels = "^4.1" daphne = "^4.0"