diff --git a/{{cookiecutter.github_repository}}/pyproject.toml b/{{cookiecutter.github_repository}}/pyproject.toml index e2d19637..bacd4c97 100644 --- a/{{cookiecutter.github_repository}}/pyproject.toml +++ b/{{cookiecutter.github_repository}}/pyproject.toml @@ -38,7 +38,7 @@ drf-yasg = "^1.21" # GraphQL APIs {% if cookiecutter.add_graphql == "y" -%} -graphene-django = "3.0.0" +graphene-django = "3.2.3" {%- endif %}