Update dj-rest-auth and django-allauth to 7.0.0 and 0.60.0 respectively
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
parent
beec8519d2
commit
03d5c1eb9f
2 changed files with 294 additions and 230 deletions
520
api/poetry.lock
generated
520
api/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -29,9 +29,9 @@ python = "^3.8,<3.12"
|
|||
setuptools = "==60.10.0"
|
||||
|
||||
# Django
|
||||
dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }
|
||||
dj-rest-auth = { extras = ["with_social"], version = "7.0.0" }
|
||||
django = "==3.2.24"
|
||||
django-allauth = "==0.42.0"
|
||||
django-allauth = "==0.60.0"
|
||||
django-cache-memoize = "0.1.10"
|
||||
django-cacheops = "==6.1"
|
||||
django-cleanup = "==6.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue