diff --git a/poetry.lock b/poetry.lock index e41f0251c..46f5ebab5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -941,20 +941,20 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "dj-rest-auth" -version = "5.0.2" +version = "7.0.1" description = "Authentication and Registration in Django Rest Framework" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "dj-rest-auth-5.0.2.tar.gz", hash = "sha256:aad7d912476169e9991547bf98645344d3939be2d7052098048d819524c115d9"}, + {file = "dj-rest-auth-7.0.1.tar.gz", hash = "sha256:3f8c744cbcf05355ff4bcbef0c8a63645da38e29a0fdef3c3332d4aced52fb90"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2,<6.0" djangorestframework = ">=3.13.0" [package.extras] -with-social = ["django-allauth (>=0.56.0,<0.58.0)"] +with-social = ["django-allauth[socialaccount] (>=64.0.0)"] [[package]] name = "django" @@ -5020,4 +5020,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "68d6ea403f992526ea92ef60485d562fb6e6fa5bc07077c6256ac5011fbeb315" +content-hash = "1b0deb9d49a71f08e86b0b9419f7f65137e99940da679701570a3bad5ecc33f9" diff --git a/pyproject.toml b/pyproject.toml index e35581a82..00a6e0fe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ django-email-obfuscator = "^0.1.5" django-gravatar2 = "^1.4.5" django-import-export = "^4.3.2" django-annoying = "^0.10.7" -dj-rest-auth = "^5.0.2" +dj-rest-auth = "^7.0.1" tweepy = "^4.8.0" Unidecode = "^1.3.8" user-agents = "^2.2.0"