From fdaaf542b48e1d374e1efee1a38cedac5ac347f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:37:48 +0000 Subject: [PATCH] Update sphinxcontrib-mermaid requirement 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/0.7.1...2.0.1) --- updated-dependencies: - dependency-name: sphinxcontrib-mermaid dependency-version: 2.0.1 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 fe2ba034..76c70ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ doc = [ "sphinx-autoapi>=1.8,<3.9", "sphinx-issues>=1.2,<6.1", "sphinx-autodoc-typehints>1.19,<3.2.0", - "sphinxcontrib-mermaid>0.7,<2.1.0", + "sphinxcontrib-mermaid>=2.0.1,<2.1.0", ] qa = [ # in local development these are provided globally, here for GHA "pre-commit>=2.9,<4.6", # Allow us to run pre-commit hooks in testing