dependencies: Upgrade Django to 4.2.20 (#2950)

This commit is contained in:
shaohuzhang1 2025-04-22 14:58:31 +08:00 committed by GitHub
parent 0c14306889
commit b97f4e16ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ package-mode = false
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.11,<3.12" python = ">=3.11,<3.12"
django = "4.2.18" django = "4.2.20"
djangorestframework = "^3.15.2" djangorestframework = "^3.15.2"
drf-yasg = "1.21.7" drf-yasg = "1.21.7"
django-filter = "23.2" django-filter = "23.2"