diff --git a/poetry.lock b/poetry.lock index d836b273e..98e0947ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -449,21 +449,25 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.51.0" +version = "0.58.1" description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "django-allauth-0.51.0.tar.gz", hash = "sha256:ca1622733b6faa591580ccd3984042f12d8c79ade93438212de249b7ffb6f91f"}, + {file = "django-allauth-0.58.1.tar.gz", hash = "sha256:485db513f1794f5636ae38a78e9414e8818ce076770b75a6f8a003ab3a32b8fa"}, ] [package.dependencies] -Django = ">=2.0" +Django = ">=3.2" pyjwt = {version = ">=1.7", extras = ["crypto"]} python3-openid = ">=3.0.8" -requests = "*" +requests = ">=2.0.0" requests-oauthlib = ">=0.3.0" +[package.extras] +mfa = ["qrcode (>=7.0.0)"] +saml = ["python3-saml (>=1.15.0,<2.0.0)"] + [[package]] name = "django-annoying" version = "0.10.6" @@ -2267,4 +2271,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "5b5441b0a944848b00a2e90c0a30ff516785589ce8bb70abfff012c410fc2e7f" +content-hash = "407960b1ed0ab33447926dd6a839562485df3794be4eeb14c94245c97aa19e5e" diff --git a/pyproject.toml b/pyproject.toml index feadfef31..6bc6925a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.11.2" toml = "^0.10.2" Django = "^4.2.6" dj-database-url = "^1.0.0" -django-allauth = "^0.51.0" +django-allauth = "^0.58.1" beautifulsoup4 = "^4.10.0" colorthief = "^0.2.1" django-email-obfuscator = "^0.1.5"