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

This commit is contained in:
Renovate Bot 2024-05-15 12:34:16 +00:00
parent 6b8bbc5f80
commit 7f7f4a1fff
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -1079,13 +1079,13 @@ with-social = ["django-allauth (>=0.40.0,<0.53.0)"]
[[package]]
name = "django"
version = "3.2.24"
version = "3.2.25"
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.24-py3-none-any.whl", hash = "sha256:5dd5b787c3ba39637610fe700f54bf158e33560ea0dba600c19921e7ff926ec5"},
{file = "Django-3.2.24.tar.gz", hash = "sha256:aaee9fb0fb4ebd4311520887ad2e33313d368846607f82a9a0ed461cd4c35b18"},
{file = "Django-3.2.25-py3-none-any.whl", hash = "sha256:a52ea7fcf280b16f7b739cec38fa6d3f8953a5456986944c3ca97e79882b4e38"},
{file = "Django-3.2.25.tar.gz", hash = "sha256:7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5472777"},
]
[package.dependencies]
@ -4560,4 +4560,4 @@ typesense = ["typesense"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8,<3.12"
content-hash = "1cb72b0ec08e20c65fc13878a98fa142c8bd03d94be99d82263fd081b377b468"
content-hash = "f75b0966b75cde14bae91e7637a696596021fda24882fad37bd8653b47bc646d"

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.24"
django = "==3.2.25"
django-allauth = "==0.42.0"
django-cache-memoize = "0.1.10"
django-cacheops = "==6.1"