diff --git a/pyproject.toml b/pyproject.toml index 386c9d96f14..5a6086b0162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.11,<3.12" -django = "4.2.15" +django = "5.1.5" djangorestframework = "^3.15.2" drf-yasg = "1.21.7" django-filter = "23.2"