From 341a82da210c4e3a72041598d6e065e7e4ad21d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 13:58:45 +0000 Subject: [PATCH] Update quartodoc requirement from <0.8,>=0.7.1 to >=0.7.1,<0.12 Updates the requirements on [quartodoc](https://github.com/machow/quartodoc) to permit the latest version. - [Release notes](https://github.com/machow/quartodoc/releases) - [Commits](https://github.com/machow/quartodoc/compare/v0.7.1...v0.11.1) --- updated-dependencies: - dependency-name: quartodoc dependency-version: 0.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28a088bf..65599010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ commonmeta = "commonmeta.cli:cli" [dependency-groups] docs = [ - "quartodoc>=0.7.1,<0.8", + "quartodoc>=0.7.1,<0.12", "jupyterlab>=4.0.9,<5", "jupyterlab-quarto>=0.2.8,<0.3", ]