From 5ce2c835b86abbabd3d1219d8dfd8c0242d5ad34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 06:25:58 +0000 Subject: [PATCH] :arrow_up: Update sphinx-design requirement from ~=0.5.0 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.5.0...v0.6.1) --- updated-dependencies: - dependency-name: sphinx-design 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 91bac58..88a40cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docs = [ 'sphinx-copybutton~=0.5.2', 'sphinx-book-theme~=1.1.2', 'sphinx-click~=6.0.0', - 'sphinx-design~=0.5.0', + 'sphinx-design~=0.6.1', 'sphinxcontrib-details-directive~=0.1.0', 'sphinx-autoapi~=3.0', 'myst_parser~=3.0.1',