mod: upgrade django to 5.2

This commit is contained in:
2026-04-09 14:46:49 +03:00
parent 35a681cce5
commit 18e32a2a0f
3 changed files with 11 additions and 12 deletions

12
poetry.lock generated
View File

@@ -173,17 +173,17 @@ test = ["pytest", "ruff"]
[[package]]
name = "django"
version = "4.2.30"
version = "5.2.13"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
optional = false
python-versions = ">=3.8"
python-versions = ">=3.10"
files = [
{file = "django-4.2.30-py3-none-any.whl", hash = "sha256:4d07aaf1c62f9984842b67c2874ebbf7056a17be253860299b93ae1881faad65"},
{file = "django-4.2.30.tar.gz", hash = "sha256:4ebc7a434e3819db6cf4b399fb5b3f536310a30e8486f08b66886840be84b37c"},
{file = "django-5.2.13-py3-none-any.whl", hash = "sha256:5788fce61da23788a8ce6f02583765ab060d396720924789f97fa42119d37f7a"},
{file = "django-5.2.13.tar.gz", hash = "sha256:a31589db5188d074c63f0945c3888fad104627dfcc236fb2b97f71f89da33bc4"},
]
[package.dependencies]
asgiref = ">=3.6.0,<4"
asgiref = ">=3.8.1"
sqlparse = ">=0.3.1"
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
@@ -743,4 +743,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.12,<3.13"
content-hash = "cf13db3bf3b15a2f88dfb865ab7a5a0507c76d1c8c1f0c66b63b17d27893cdf5"
content-hash = "c8a9496d279767e1ce179c985beb1f1813933c600163f061866c70fa413467d0"