From f236f6f629ca62e36a9a4e91929d74e061fefa59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:00:27 +0000 Subject: [PATCH] :arrow_up: Update sphinxext-rediraffe requirement Updates the requirements on [sphinxext-rediraffe](https://github.com/sphinx-doc/sphinxext-rediraffe) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinxext-rediraffe/releases) - [Commits](https://github.com/sphinx-doc/sphinxext-rediraffe/compare/v0.2.7...v0.3.0) --- updated-dependencies: - dependency-name: sphinxext-rediraffe dependency-version: 0.3.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 9e65c5fa..4de6e202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ rtd = [ "sphinx-book-theme~=1.1", "sphinx-design", "sphinx-copybutton", - "sphinxext-rediraffe~=0.2.7", + "sphinxext-rediraffe~=0.3.0", # TODO this can uncommented once https://github.com/mgaitan/sphinxcontrib-mermaid/issues/109 is fixed # "sphinxcontrib.mermaid~=0.7.1", "sphinxext-opengraph~=0.9.0",