From 85a567ba9b9678578c00280b98a14fe5727e61f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:06:53 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) and [nbsphinx](https://github.com/spatialaudio/nbsphinx). Updates `sphinxcontrib-mermaid` from 1.0.0 to 1.1.0 - [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/1.0.0...1.1.0) Updates `nbsphinx` from 0.9.7 to 0.9.8 - [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.7...0.9.8) --- updated-dependencies: - dependency-name: sphinxcontrib-mermaid dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: nbsphinx dependency-version: 0.9.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 366c5b8c..0f29f774 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2426,14 +2426,14 @@ test = ["pep440", "pre-commit", "pytest", "testpath"] [[package]] name = "nbsphinx" -version = "0.9.7" +version = "0.9.8" description = "Jupyter Notebook Tools for Sphinx" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" groups = ["docs"] files = [ - {file = "nbsphinx-0.9.7-py3-none-any.whl", hash = "sha256:7292c3767fea29e405c60743eee5393682a83982ab202ff98f5eb2db02629da8"}, - {file = "nbsphinx-0.9.7.tar.gz", hash = "sha256:abd298a686d55fa894ef697c51d44f24e53aa312dadae38e82920f250a5456fe"}, + {file = "nbsphinx-0.9.8-py3-none-any.whl", hash = "sha256:92d95ee91784e56bc633b60b767a6b6f23a0445f891e24641ce3c3f004759ccf"}, + {file = "nbsphinx-0.9.8.tar.gz", hash = "sha256:d0765908399a8ee2b57be7ae881cf2ea58d66db3af7bbf33e6eb48f83bea5495"}, ] [package.dependencies] @@ -2441,7 +2441,7 @@ docutils = ">=0.18.1" jinja2 = "*" nbconvert = ">=5.3,<5.4 || >5.4" nbformat = "*" -sphinx = ">=1.8,<8.2" +sphinx = ">=1.8,<8.2.0 || >8.2.0,<8.2.1 || >8.2.1" traitlets = ">=5" [[package]] @@ -3863,14 +3863,14 @@ test = ["flake8", "mypy", "pytest"] [[package]] name = "sphinxcontrib-mermaid" -version = "1.0.0" +version = "1.2.3" description = "Mermaid diagrams in yours Sphinx powered docs" optional = false python-versions = ">=3.8" groups = ["docs"] files = [ - {file = "sphinxcontrib_mermaid-1.0.0-py3-none-any.whl", hash = "sha256:60b72710ea02087f212028feb09711225fbc2e343a10d34822fe787510e1caa3"}, - {file = "sphinxcontrib_mermaid-1.0.0.tar.gz", hash = "sha256:2e8ab67d3e1e2816663f9347d026a8dee4a858acdd4ad32dd1c808893db88146"}, + {file = "sphinxcontrib_mermaid-1.2.3-py3-none-any.whl", hash = "sha256:5be782b27026bef97bfb15ccb2f7868b674a1afc0982b54cb149702cfc25aa02"}, + {file = "sphinxcontrib_mermaid-1.2.3.tar.gz", hash = "sha256:358699d0ec924ef679b41873d9edd97d0773446daf9760c75e18dc0adfd91371"}, ] [package.dependencies] @@ -4338,4 +4338,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "f7a331781a7ac57e80e4de7cd9a28961ac8ee5dfd5cff303bca0c77ddfffbe3f" +content-hash = "105c3fd3a113d2773453b75986ff30ddc1c9d00f03b5a87418f273b4bbf95c73" diff --git a/pyproject.toml b/pyproject.toml index 71b66e6f..d37cf9f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,8 +75,8 @@ jupyter-sphinx = ">=0.5.3" sphinx-copybutton = "^0.5.2" myst-nb = "^1.3.0" sphinxcontrib-apidoc = ">=0.6.0" -sphinxcontrib-mermaid = "^1.0.0" -nbsphinx = "^0.9.7" +sphinxcontrib-mermaid = "^1.1.0" +nbsphinx = "^0.9.8" numpydoc = "^1.9.0" ipykernel = "^6.31.0" ipympl = "^0.9.8"