From 59f9a03e33671155677a406a61d152399cc7ea9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 08:53:08 +0000 Subject: [PATCH] Update nbsphinx requirement from >=0.9.2 to >=0.9.8 Updates the requirements on [nbsphinx](https://github.com/spatialaudio/nbsphinx) to permit the latest version. - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/nbsphinx/compare/0.9.2...0.9.8) --- updated-dependencies: - dependency-name: nbsphinx dependency-version: 0.9.8 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 60f7db4..ce1c94b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "sphinx", "sphinx-book-theme>=1.0.1", "readthedocs-sphinx-search>=0.3.2", - "nbsphinx>=0.9.2", + "nbsphinx>=0.9.8", "sphinx_gallery>=0.14.0", ] notebook = [