diff --git a/poetry.lock b/poetry.lock index 3d0ae0ba8..69b2b1491 100644 --- a/poetry.lock +++ b/poetry.lock @@ -461,21 +461,25 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.51.0" +version = "0.56.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.56.1.tar.gz", hash = "sha256:347044c4e268e085ef4b4b26ea5fdc9d40576872d55e630f1736e1c9a7761529"}, ] [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 = "6fb7d46681f5caf7f3b268d6cfaeec545d9573926d10f8fe89ea852d63d4900e" +content-hash = "ca719e2e761b7a494bba4df08c891b88fb50084fae5d1ab014f4fcdaa89f4e42" diff --git a/pyproject.toml b/pyproject.toml index aab57cb6e..cf1e9abda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.11.2" toml = "^0.10.2" Django = "^4.2.5" dj-database-url = "^1.0.0" -django-allauth = "^0.51.0" +django-allauth = "^0.56.1" beautifulsoup4 = "^4.10.0" colorthief = "^0.2.1" django-email-obfuscator = "^0.1.5"