From ecd46df66b899d2bc80e9b94e4411a647c5eb722 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 11 Feb 2026 17:31:15 +0800 Subject: [PATCH] fix: update django dependency to version 5.2.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9de459b92f..ac8037ebb0a 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.9", + "django==5.2.11", "drf-spectacular[sidecar]==0.28.0", "django-redis==6.0.0", "django-db-connection-pool==1.2.6",