From 496f69461bedd17310ae1d8608df17d628458f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:48:27 +0000 Subject: [PATCH] Bump nbsphinx from 0.9.5 to 0.9.6 Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.9.5 to 0.9.6. - [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.5...0.9.6) --- updated-dependencies: - dependency-name: nbsphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf527f1b..6bdee828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ doc = [ "ansys-sphinx-theme==1.2.3", "autodoc_pydantic==2.1.0", "jupyter_sphinx==0.5.3", - "nbsphinx==0.9.5", + "nbsphinx==0.9.6", "numpydoc==1.8.0", "myst-parser==4.0.0", "Sphinx==8.1.3",