From aa5044d4c35270b0515d4d03e1cd7bf39e9d5d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:00:38 +0000 Subject: [PATCH] Update sphinx-design requirement in /requirements 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.3.0...v0.6.0) --- updated-dependencies: - dependency-name: sphinx-design dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/documentation.txt b/requirements/documentation.txt index d7d663ea..0a0b8370 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -6,6 +6,6 @@ myst-parser[linkify]>=0.13,<3.1 sphinx>=3.1,<8 sphinx-autobuild==2024.4.16 sphinx-copybutton>=0.2,<1 -sphinx-design>=0.3,<0.6 +sphinx-design>=0.6.0,<0.7 sphinx-sitemap>=2.4,<3 toml>=0.10.2