From d4c10d63065282007bd4d49d6d078811b8f40d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 04:28:29 +0000 Subject: [PATCH] Bump sphinxcontrib-svg2pdfconverter[CairoSVG] from 1.3.0 to 2.0.0 Bumps [sphinxcontrib-svg2pdfconverter[CairoSVG]](https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter) from 1.3.0 to 2.0.0. - [Commits](https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter/commits) --- updated-dependencies: - dependency-name: sphinxcontrib-svg2pdfconverter[CairoSVG] dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ab92ab..7ceb190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ doc = [ "sybil==9.2.0", "furo==2025.9.25", "sphinx_design==0.6.1", - "sphinxcontrib-svg2pdfconverter[CairoSVG]==1.3.0", + "sphinxcontrib-svg2pdfconverter[CairoSVG]==2.0.0", ] [project.urls]