From 0ae232ef8c664612116161ebedb7872ec5f8a81c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:45:54 +0000 Subject: [PATCH] Bump quarto-cli from 1.9.37 to 1.9.38 Bumps [quarto-cli](https://github.com/quarto-dev/quarto-cli) from 1.9.37 to 1.9.38. - [Release notes](https://github.com/quarto-dev/quarto-cli/releases) - [Commits](https://github.com/quarto-dev/quarto-cli/compare/v1.9.37...v1.9.38) --- updated-dependencies: - dependency-name: quarto-cli dependency-version: 1.9.38 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b17210ea0..0db099a5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ doc = [ "matplotlib==3.10.9", "numpydoc==1.10.0", "pypandoc==1.17", - "quarto-cli==1.9.37", + "quarto-cli==1.9.38", "Sphinx==9.0.4", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.21.0"