diff --git a/{{ cookiecutter.project_slug }}/pyproject.toml b/{{ cookiecutter.project_slug }}/pyproject.toml index ca5ddfe..5620b90 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "apis_ontology"}] [tool.poetry.dependencies] python = "^3.11" apis-core-rdf = "0.33.0" -apis-acdhch-default-settings = "1.6.0" +apis-acdhch-default-settings = "1.6.1" [build-system] requires = ["poetry-core>=1.0.0"]