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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2578>
environments/review-docs-renov-djizp4/deployments/18458
Renovate Bot 2023-09-13 09:11:44 +00:00
rodzic 4ea74750ff
commit cef09e877b
2 zmienionych plików z 5 dodań i 5 usunięć

8
api/poetry.lock wygenerowano
Wyświetl plik

@ -1015,13 +1015,13 @@ with-social = ["django-allauth (>=0.40.0,<0.53.0)"]
[[package]]
name = "django"
version = "3.2.20"
version = "3.2.21"
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.20-py3-none-any.whl", hash = "sha256:a477ab326ae7d8807dc25c186b951ab8c7648a3a23f9497763c37307a2b5ef87"},
{file = "Django-3.2.20.tar.gz", hash = "sha256:dec2a116787b8e14962014bf78e120bba454135108e1af9e9b91ade7b2964c40"},
{file = "Django-3.2.21-py3-none-any.whl", hash = "sha256:d31b06c58aa2cd73998ca5966bc3001243d3c4e77ee2d0c479bced124765fd99"},
{file = "Django-3.2.21.tar.gz", hash = "sha256:a5de4c484e7b7418e6d3e52a5b8794f0e6b9f9e4ce3c037018cf1c489fa87f3c"},
]
[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 = "45072f5e6a8b8c9eaa5e95457e44b9f45e761b00cf4b40a9524f95c73d09ab9f"
content-hash = "e2bc3d1f40992b0deea3ff846f749568671dabca87bda72641650c015d323ee8"

Wyświetl plik

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