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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2599>
This commit is contained in:
Renovate Bot 2023-10-12 12:05:22 +00:00
parent 973ba97980
commit ef827f22e5
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -1015,13 +1015,13 @@ with-social = ["django-allauth (>=0.40.0,<0.53.0)"]
[[package]]
name = "django"
version = "3.2.21"
version = "3.2.22"
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.21-py3-none-any.whl", hash = "sha256:d31b06c58aa2cd73998ca5966bc3001243d3c4e77ee2d0c479bced124765fd99"},
{file = "Django-3.2.21.tar.gz", hash = "sha256:a5de4c484e7b7418e6d3e52a5b8794f0e6b9f9e4ce3c037018cf1c489fa87f3c"},
{file = "Django-3.2.22-py3-none-any.whl", hash = "sha256:c5e7b668025a6e06cad9ba6d4de1fd1a21212acebb51ea34abb400c6e4d33430"},
{file = "Django-3.2.22.tar.gz", hash = "sha256:83b6d66b06e484807d778263fdc7f9186d4dc1862fcfa6507830446ac6b060ba"},
]
[package.dependencies]
@ -3871,4 +3871,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "810bb4c39de1b28775f4bea3172850d37abe7ce3ea026c526d1ec10405501682"
content-hash = "a56b24fa2ad66df5f62aa1987e9c6a5a66cab37e2967a2e3347bc5a49f3a7123"

View File

@ -29,7 +29,7 @@ python = "^3.7"
# Django
dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }
django = "==3.2.21"
django = "==3.2.22"
django-allauth = "==0.42.0"
django-cache-memoize = "0.1.10"
django-cacheops = "==6.1"