From 9c09902ab4a9f9b63635ca17c557bfd00ee02fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:15:10 +0000 Subject: [PATCH] :arrow_up: Update sphinxext-opengraph requirement Updates the requirements on [sphinxext-opengraph](https://github.com/sphinx-doc/sphinxext-opengraph) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinxext-opengraph/releases) - [Commits](https://github.com/sphinx-doc/sphinxext-opengraph/compare/v0.9.0...v0.13.0) --- updated-dependencies: - dependency-name: sphinxext-opengraph dependency-version: 0.13.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..99f230cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ rtd = [ "sphinxext-rediraffe~=0.2.7", # 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", + "sphinxext-opengraph~=0.13.0", "sphinx-pyscript", "sphinx-tippy>=0.4.3", "sphinx-autodoc2~=0.5.0",