From e79bc81c09d0ffe1befec993d9d1f0298e622ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 01:03:53 +0000 Subject: [PATCH] Bump sphinx-design from 0.6.1 to 0.7.0 Bumps [sphinx-design](https://github.com/executablebooks/sphinx-design) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/executablebooks/sphinx-design/releases) - [Changelog](https://github.com/executablebooks/sphinx-design/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-design/compare/v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: sphinx-design dependency-version: 0.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 965d2ac..a7747d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ lint = [ doc = [ "sybil==9.3.0", "furo==2025.12.19", - "sphinx_design==0.6.1", + "sphinx_design==0.7.0", "sphinxcontrib-svg2pdfconverter[CairoSVG]==1.3.0", ]