diff --git a/poetry.lock b/poetry.lock index b235ea8..15c86dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,19 +421,19 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.63.6" +version = "64.0.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.6.tar.gz", hash = "sha256:f15f49defb09e0604dad5214e53a69a1f723cb03176bb115c8930bcd19b91749"}, + {file = "django_allauth-64.0.0.tar.gz", hash = "sha256:01952c7540160ef475c12dc881f67a69c7c5e533f4bef6c811bba0417a717588"}, ] [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)"] @@ -1275,4 +1275,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5ef959247b1364aca323b4075dbd2425de7687def3994a0198dac41a7d8f64e1" +content-hash = "e094180f1bca6c74c345fc437e11e3ea2fbd255066a702a9f8dcf5db7be515fe" diff --git a/pyproject.toml b/pyproject.toml index ac4437e..57d330d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.9" daphne = "^4.1.2" Django = "^4.2" -django-allauth = "^0.63.6" +django-allauth = "^64.0.0" psycopg2-binary = "^2.9.9" [tool.poetry.group.dev.dependencies]