diff --git a/poetry.lock b/poetry.lock index 402d98f43..f925223c4 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 = "2180dc195b892a2f269759fb6fb88e19677d5eedd751fcb80752894ffe2c00b8" +content-hash = "f47960017f2e26d53b8a6fb59b84c400a8d17d5d53ca9b1df31f44ae92da3b35" diff --git a/pyproject.toml b/pyproject.toml index 2c4292d2e..5cfd0060b 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"