From ea928716320b81cac4a2ad8818fa8dd5cc5f260b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:05:54 +0200 Subject: [PATCH] :arrow_up: Update sphinx-design requirement from ~=0.5.0 to ~=0.6.1 (#149) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Chico <37243453+JPchico@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e26e508..f0f7334 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~=4.0.0',