From e7ce9a05242b35abb4b4f29332786f9ec80208ca Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 16 Sep 2025 15:42:16 +0800 Subject: [PATCH] chore: update django dependency to version 5.2.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bbfb2188..c0b035d54 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.4", + "django==5.2.6", "drf-spectacular[sidecar]==0.28.0", "django-redis==6.0.0", "django-db-connection-pool==1.2.6",