From e586d12e1db3bc9924245480e0944e83ba78c40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 03:27:01 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20sphinx-design=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.5.0...v0.6.0) --- updated-dependencies: - dependency-name: sphinx-design dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42eaa70..01a84a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1" sphinx_copybutton = "0.5.2" myst_parser = "^2.0.0" -sphinx_design = "^0.5.0" +sphinx_design = ">=0.5,<0.7" [tool.pytest.ini_options] pythonpath = "."