From 030f77436e4abec449a5259ff07d60dec8a00192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:29:50 +0000 Subject: [PATCH] chore(deps): update sphinx-design requirement from >=0.6 to >=0.6.1 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.6.0...v0.6.1) --- updated-dependencies: - dependency-name: sphinx-design dependency-version: 0.6.1 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 9e6ca12..084b04d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ sphinx>=7.2 furo>=2024.1.29 sphinx-copybutton>=0.5 myst-parser>=3.0 -sphinx-design>=0.6 +sphinx-design>=0.6.1