From c571619cbca311cde7200bfe6184bfec4eb0f8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 01:45:46 +0000 Subject: [PATCH] Update sphinxcontrib-mermaid requirement from ~=1.0 to >=1,<3 Updates the requirements on [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) to permit the latest version. - [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: sphinxcontrib-mermaid dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ca3aeb13..0b9bedf2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ docs = [ "sphinx-book-theme~=1.0", "sphinx-autodoc-typehints>=2,<4", "sphinxcontrib-autoyaml~=1.0", - "sphinxcontrib.mermaid~=1.0", + "sphinxcontrib.mermaid>=1,<3", "bokeh~=3.7", "ruamel.yaml~=0.18.0", ]