diff --git a/poetry.lock b/poetry.lock index 97b8e9dd3..bd6e1c566 100644 --- a/poetry.lock +++ b/poetry.lock @@ -415,20 +415,20 @@ typing-extensions = ">=3.10.0.0" [[package]] name = "dj-rest-auth" -version = "2.2.8" +version = "5.0.2" description = "Authentication and Registration in Django Rest Framework" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "dj-rest-auth-2.2.8.tar.gz", hash = "sha256:9fb3492888185ede8b2064ad6803120c7b0b83ab08e2347a02e9b44282374242"}, + {file = "dj-rest-auth-5.0.2.tar.gz", hash = "sha256:aad7d912476169e9991547bf98645344d3939be2d7052098048d819524c115d9"}, ] [package.dependencies] -Django = ">=2.0" -djangorestframework = ">=3.7.0" +Django = ">=3.2" +djangorestframework = ">=3.13.0" [package.extras] -with-social = ["django-allauth (>=0.40.0,<0.53.0)"] +with-social = ["django-allauth (>=0.56.0,<0.58.0)"] [[package]] name = "django" @@ -2271,4 +2271,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "3bc0b16226e0ba9aa608d72cb7a02974cb457a3709a003d16d9a3abdb5b32672" +content-hash = "91e392fea838999967ca4f42bae46aa7e8542bcdc97c7ae67f4cc66149f76192" diff --git a/pyproject.toml b/pyproject.toml index e8d60aaf3..127ff8b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ django-gravatar2 = "^1.4.4" django-import-export = "^2.7.1" django-annoying = "^0.10.6" django-rest-auth = "^0.9.5" -dj-rest-auth = "^2.2.4" +dj-rest-auth = "^5.0.2" tweepy = "^4.8.0" Unidecode = "^1.3.7" user-agents = "^2.2.0"