From 0f3f707ff477835dd36c99c2e1b6cd6a4cbd214c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:52:41 +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 0108436f..80674274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ tests = ["pytest", "pytest-mock", "pytest-split", "pytest-cov", "types-setuptool docs = [ "sphinx-copybutton==0.5.2", "sphinx>=5,<9", - "sphinx_design==0.6.1", + "sphinx_design==0.7.0", "myst-nb==1.4.0", "sphinx-book-theme==1.1.4", "sphinx-argparse==0.5.2",