mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
dependencies: Upgrade Django to 4.2.20 (#2950)
This commit is contained in:
parent
0c14306889
commit
b97f4e16ba
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue