From e09e11b6fb4f85470e19af0cc36e86473971f21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:54:29 +0000 Subject: [PATCH] Bump nbsphinx from 0.9.3 to 0.9.4 (#606) Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.9.3 to 0.9.4. - [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.3...0.9.4) --- updated-dependencies: - dependency-name: nbsphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00d8a907..d8e0f7d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ docs = [ "furo==2024.5.6", "ipython==8.23.0", "myst_parser==2.0.0", - "nbsphinx==0.9.3", + "nbsphinx==0.9.4", "sphinx-copybutton==0.5.2", "sphinx==7.3.7", ]