diff --git a/poetry.lock b/poetry.lock index d3302156bfc..8f942727239 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1152,20 +1152,20 @@ files = [ [[package]] name = "dj-rest-auth" -version = "6.0.0" +version = "7.0.1" description = "Authentication and Registration in Django Rest Framework" optional = false python-versions = ">=3.8" files = [ - {file = "dj-rest-auth-6.0.0.tar.gz", hash = "sha256:760b45f3a07cd6182e6a20fe07d0c55230c5f950167df724d7914d0dd8c50133"}, + {file = "dj-rest-auth-7.0.1.tar.gz", hash = "sha256:3f8c744cbcf05355ff4bcbef0c8a63645da38e29a0fdef3c3332d4aced52fb90"}, ] [package.dependencies] -Django = ">=3.2,<6.0" +Django = ">=4.2,<6.0" djangorestframework = ">=3.13.0" [package.extras] -with-social = ["django-allauth (>=0.56.0,<0.62.0)"] +with-social = ["django-allauth[socialaccount] (>=64.0.0)"] [[package]] name = "django" @@ -3526,4 +3526,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "bc0e29536baf5d948a0345f6f74ca34fb91d73752d203377f902302f0bf77d9d" +content-hash = "cefda21c304ce17380263357190ef1ba0805047e25f8bb4c7c9273a2aa3a2310" diff --git a/pyproject.toml b/pyproject.toml index 774ce40c808..94a687131cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ bleach = "^6.0.0" boto3 = "^1.28.48" celery = "5.4.0" cmarkgfm = "^2024.0.0" -dj-rest-auth = "^6.0.0" +dj-rest-auth = "^7.0.0" django = "^4.2.5" django-anymail = "^10.1" django-axes = "^7.0.0"