From ff167c2238df5619adaf8d41a4ca67395336012f Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 5 Dec 2025 12:47:25 +0800 Subject: [PATCH] chore: update django dependency to version 5.2.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f33ee6bc..261488401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "shaohuzhang1", email = "shaohu.zhang@fit2cloud.com" }] requires-python = "~=3.11.0" readme = "README.md" dependencies = [ - "django==5.2.8", + "django==5.2.9", "drf-spectacular[sidecar]==0.28.0", "django-redis==6.0.0", "django-db-connection-pool==1.2.6",