chore(api): update dependency dj-rest-auth to v2.2.8

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2471>
This commit is contained in:
Renovate Bot 2023-06-12 17:03:05 +00:00
commit bfecd19c8a
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ funkwhale-manage = 'funkwhale_api.main:main'
python = "^3.7"
# Django
dj-rest-auth = { extras = ["with_social"], version = "2.2.7" }
dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }
django = "==3.2.16"
django-allauth = "==0.42.0"
django-cache-memoize = "0.1.10"