From d10d4cbc52a46906bdd4b08ef55200ee110f263c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:04:13 +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 3a9cce8be..25a0e37d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ documentation = [ "sphinx>=5.1.1", "sphinx-rtd-theme==3.1.0", "sphinx-gallery==0.20.0", - "sphinx_design==0.6.1", + "sphinx_design==0.7.0", "pydata-sphinx-theme==0.16.1" ] dev = [