From 4915b301383ec3808c10f57751974544a96b18c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 21:45:20 +0000 Subject: [PATCH] chore(deps): update sphinx-design requirement from ^0.5.0 to >=0.5,<0.7 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.5.0...v0.6.1) --- updated-dependencies: - dependency-name: sphinx-design dependency-version: 0.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 013b7db..af68065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ sphinx-rtd-theme = "^1.3.0" myst-parser = ">=1.0.0,<4.0.0" sphinx-autodoc-typehints = "^1.24.0" sphinx-copybutton = "^0.5.2" -sphinx-design = "^0.5.0" +sphinx-design = ">=0.5,<0.7" linkify-it-py = ">=2.0" [tool.pytest.ini_options]