From e2e9dd388e2d25ec016fd2c182ed8975046a8f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:01:26 +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 ce7c1b7069..942e050e4c 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", ]