diff --git a/pyproject.toml b/pyproject.toml index 7eb2f89..7836520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ "pytest-cov", "pytest-xdist", # for parallel testing with `pytest -n` "pytest-asyncio", # for async tests - "quarto>=1.5.57", + "quarto", ] [tool.coverage.run]