From fbdcd55477cd0595470d6fef7c7ec1b792959b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:46:03 +0000 Subject: [PATCH] Bump sphinx-design from 0.5.0 to 0.6.0 Bumps [sphinx-design](https://github.com/executablebooks/sphinx-design) from 0.5.0 to 0.6.0. - [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.0) --- updated-dependencies: - dependency-name: sphinx-design dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b3f310617..3415feb4a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ doc = [ "alabaster", "sphinxcontrib-napoleon", "nbsphinx", - "sphinx-design==0.5.0", + "sphinx-design==0.6.0", "ipython", "docutils>=0.17.1,<0.22", ]