diff --git a/poetry.lock b/poetry.lock index eedc81ff2..073de6d62 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 = "345967b56015b8689bdc27c9a36f8893ad9469a736e4bf11723df9e19ce8f239" +content-hash = "836df19d422feb9fcb4424e077a5b9fb570a5b06d5f5a616a6e59317be79b7a2" diff --git a/pyproject.toml b/pyproject.toml index 5b9dbeba0..b5dc0f3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.11.2" toml = "^0.10.2" Django = "^4.2.7" 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"