From a60f179c30e2589afce4591efabb877e61ec1ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 17:12:23 +0000 Subject: [PATCH] Bump nbsphinx from 0.8.10 to 0.8.12 Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.8.10 to 0.8.12. - [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.8.10...0.8.12) --- 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 8e1645f3d4..1ea407fe69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ doc = [ "sphinx-autodoc-typehints==1.19.5", "ansys-sphinx-theme==0.8.2", "pypandoc==1.10", - "nbsphinx==0.8.10", + "nbsphinx==0.8.12", "ipywidgets==8.0.4", "joblib==1.2.0", "scikit-learn==1.2.1",