chore: update django dependency to version 5.2.6

This commit is contained in:
CaptainB
2025-09-16 15:42:16 +08:00
committed by 刘瑞斌
parent 754fd8fab9
commit e7ce9a0524

View File

@@ -6,7 +6,7 @@ authors = [{ name = "shaohuzhang1", email = "shaohu.zhang@fit2cloud.com" }]
requires-python = "~=3.11.0" requires-python = "~=3.11.0"
readme = "README.md" readme = "README.md"
dependencies = [ dependencies = [
"django==5.2.4", "django==5.2.6",
"drf-spectacular[sidecar]==0.28.0", "drf-spectacular[sidecar]==0.28.0",
"django-redis==6.0.0", "django-redis==6.0.0",
"django-db-connection-pool==1.2.6", "django-db-connection-pool==1.2.6",