diff --git a/{{cookiecutter.github_project_name}}/pyproject.toml b/{{cookiecutter.github_project_name}}/pyproject.toml index e152326..eaf94eb 100644 --- a/{{cookiecutter.github_project_name}}/pyproject.toml +++ b/{{cookiecutter.github_project_name}}/pyproject.toml @@ -86,7 +86,7 @@ skip-if-exists = [ "{{ cookiecutter.python_package_name }}/labextension/package.json", ] dependencies = [ - "hatch-jupyter-builder>=0.5.0", + "hatch-jupyter-builder>=0.8.2", ] [tool.hatch.build.hooks.jupyter-builder.build-kwargs]