chore(api): update dependency django to v3.2.24

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2760>
This commit is contained in:
Renovate Bot 2024-02-21 10:33:53 +00:00
commit 809b972772
2 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ python = "^3.8,<3.12"
# Django
dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }
django = "==3.2.23"
django = "==3.2.24"
django-allauth = "==0.42.0"
django-cache-memoize = "0.1.10"
django-cacheops = "==6.1"