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:
parent
288bdd163d
commit
809b972772
|
@ -1079,13 +1079,13 @@ with-social = ["django-allauth (>=0.40.0,<0.53.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "django"
|
||||
version = "3.2.23"
|
||||
version = "3.2.24"
|
||||
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "Django-3.2.23-py3-none-any.whl", hash = "sha256:d48608d5f62f2c1e260986835db089fa3b79d6f58510881d316b8d88345ae6e1"},
|
||||
{file = "Django-3.2.23.tar.gz", hash = "sha256:82968f3640e29ef4a773af2c28448f5f7a08d001c6ac05b32d02aeee6509508b"},
|
||||
{file = "Django-3.2.24-py3-none-any.whl", hash = "sha256:5dd5b787c3ba39637610fe700f54bf158e33560ea0dba600c19921e7ff926ec5"},
|
||||
{file = "Django-3.2.24.tar.gz", hash = "sha256:aaee9fb0fb4ebd4311520887ad2e33313d368846607f82a9a0ed461cd4c35b18"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -4559,4 +4559,4 @@ typesense = ["typesense"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8,<3.12"
|
||||
content-hash = "0d7d205a82225cbde5a2b0a1872ca8e0b0e9b80ca09787ec862e32b82e1c4633"
|
||||
content-hash = "fecd4da25c6e3b78e34eb8b990b95492a665b3ca22598c5ff23227973a098bf7"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue