From 0df9bebdbfe75a4bac8f66c637701f10f5ab6430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:05:59 +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 3e0142a..a75329f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ doc = [ "sybil==9.3.0", "furo==2025.12.19", "sphinx_design==0.7.0", - "sphinxcontrib-svg2pdfconverter[CairoSVG]==1.3.0", + "sphinxcontrib-svg2pdfconverter[CairoSVG]==2.0.0", ] [project.urls]