From 6efef8fe97f9a32a84a2f43d11710f001368e690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 14:14:52 +0000 Subject: [PATCH] Bump nbsphinx from 0.9.6 to 0.9.7 in /python-wrapper Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.9.6 to 0.9.7. - [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.6...0.9.7) --- updated-dependencies: - dependency-name: nbsphinx dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index a1d3e035..89b3fa70 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -55,7 +55,7 @@ dev = [ docs = [ "sphinx==8.1.3", "enum-tools[sphinx]", - "nbsphinx==0.9.6", + "nbsphinx==0.9.7", "nbsphinx-link==1.3.1", ] pandas = ["pandas>=2, <3", "pandas-stubs>=2, <3"]