From e29bead4971d3fbc105a3d4911ff6c5a6a08ab02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:20:23 +0000 Subject: [PATCH] Bump sphinx-design from 0.6.0 to 0.6.1 Bumps [sphinx-design](https://github.com/executablebooks/sphinx-design) from 0.6.0 to 0.6.1. - [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.6.0...v0.6.1) --- updated-dependencies: - dependency-name: sphinx-design dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad8bf1cd..02c261ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ tests = ["flake8", "pytest", "pytest-mock", "pytest-split", "pytest-cov", "types docs = [ "sphinx-copybutton==0.5.2", "sphinx>=5,<8", - "sphinx_design==0.6.0", + "sphinx_design==0.6.1", "myst-nb==1.1.1", "sphinx-book-theme==1.1.3", "sphinx-argparse==0.5.2",