From 00cebfd99544c4f84d781bd8267a195d18cb3fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:08:06 +0000 Subject: [PATCH] Bump sphinx-design from 0.5.0 to 0.6.1 Bumps [sphinx-design](https://github.com/executablebooks/sphinx-design) from 0.5.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.5.0...v0.6.1) --- updated-dependencies: - dependency-name: sphinx-design dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 09f577dcc..97e889f9e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ docutils==0.20.1 readthedocs-sphinx-search==0.3.2 sphinx==7.4.7 -sphinx-design==0.5.0 +sphinx-design==0.6.1 sphinx-argparse==0.5.2 sphinx-autoapi==3.0.0 sphinx-rtd-theme==2.0.0 diff --git a/pyproject.toml b/pyproject.toml index d268b2025..24d68c3f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ "docutils==0.20.1", "readthedocs-sphinx-search==0.3.2", "sphinx==7.4.7", - "sphinx-design==0.5.0", + "sphinx-design==0.6.1", "sphinx-argparse==0.5.2", "sphinx-autoapi==3.0.0", "sphinx-rtd-theme==2.0.0",