diff --git a/{{cookiecutter.github_repository}}/pyproject.toml b/{{cookiecutter.github_repository}}/pyproject.toml index e2d19637..00e7386a 100644 --- a/{{cookiecutter.github_repository}}/pyproject.toml +++ b/{{cookiecutter.github_repository}}/pyproject.toml @@ -32,7 +32,7 @@ django-versatileimagefield = "^2.2" # REST APIs # ------------------------------------- -djangorestframework = "3.14" +djangorestframework = "3.18.0" drf-yasg = "^1.21"