From c273c144ffc2b997169e38394532b2f91c58b3fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:58:11 +0000 Subject: [PATCH] Update dependency Django to v4.2.24 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d535c8d88d..115dc17662 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1431,14 +1431,14 @@ static3 = "*" [[package]] name = "django" -version = "4.2.23" +version = "4.2.24" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "django-4.2.23-py3-none-any.whl", hash = "sha256:dafbfaf52c2f289bd65f4ab935791cb4fb9a198f2a5ba9faf35d7338a77e9803"}, - {file = "django-4.2.23.tar.gz", hash = "sha256:42fdeaba6e6449d88d4f66de47871015097dc6f1b87910db00a91946295cfae4"}, + {file = "django-4.2.24-py3-none-any.whl", hash = "sha256:a6527112c58821a0dfc5ab73013f0bdd906539790a17196658e36e66af43c350"}, + {file = "django-4.2.24.tar.gz", hash = "sha256:40cd7d3f53bc6cd1902eadce23c337e97200888df41e4a73b42d682f23e71d80"}, ] [package.dependencies] @@ -9063,4 +9063,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "~3.12" -content-hash = "aaf3bc99e70404eca795dc3c392b8730509d674637e69836e51ac25aaca0b5ce" +content-hash = "9b822fba05eb04db225295485b3c412f1dc240bd8a34270ff24bf0980026098b" diff --git a/pyproject.toml b/pyproject.toml index ac8873b96c..e5314fbebe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-poetry = ">2.1,<3" [tool.poetry.dependencies] python = "~3.12" -Django = "4.2.23" +Django = "4.2.24" attrs = "^25.0.0" base36 = "^0.1.1" beautifulsoup4 = "^4.8.2"