From 7d272c8ff4f0ea8bf18f87bcaa6d968d2874919f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 07:23:08 +0000 Subject: [PATCH] Update sphinx-design requirement from >=0.0.8 to >=0.7.0 in /docs Updates the requirements on [sphinx-design](https://github.com/executablebooks/sphinx-design) to permit the latest version. - [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.0.8...v0.7.0) --- updated-dependencies: - dependency-name: sphinx-design dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6c5610a6..df16fa89 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,6 @@ sphinxcontrib-matlabdomain myst-parser sphinx>4.5 sphinx-rtd-theme>=0.5 -sphinx_design>=0.0.8 +sphinx_design>=0.7.0 sphinx-copybutton sphinx-last-updated-by-git \ No newline at end of file