From 267fa710ca795b8ff13efd7d7924f7ff6b519730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 07:07:56 +0000 Subject: [PATCH] Bump sphinx-design from 0.6.1 to 0.7.0 Bumps [sphinx-design](https://github.com/executablebooks/sphinx-design) from 0.6.1 to 0.7.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.6.1...v0.7.0) --- updated-dependencies: - dependency-name: sphinx-design dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index d73b4e0..c6c3a33 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ sphinx==7.4.0 pydata-sphinx-theme==0.16.1 -sphinx-design==0.6.1 +sphinx-design==0.7.0 # this should be mocked in autodoc_mock_imports # however, it causes issues with union types PEP 604 support # ie fails with TypeError: unsupported operand type(s) for |: 'ndarray' and 'NoneType'