From ddfe8eccf3bd530b062290134de7ce386d46f1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:53:03 +0000 Subject: [PATCH] Update sphinxcontrib-mermaid requirement from <1.3.0,>0.7 to >0.7,<2.1.0 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.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 586112ae..dc711431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ doc = [ "sphinx-autoapi>=1.8,<3.7", "sphinx-issues>=1.2,<5.1", "sphinx-autodoc-typehints>1.19,<3.2.0", - "sphinxcontrib-mermaid>0.7,<1.3.0", + "sphinxcontrib-mermaid>0.7,<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