From 01970e58b2fcceabe668ca2f22f270145d94b794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 17:54:44 +0000 Subject: [PATCH] Bump sphinxext-opengraph from 0.12.0 to 0.13.0 Bumps [sphinxext-opengraph](https://github.com/sphinx-doc/sphinxext-opengraph) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/sphinx-doc/sphinxext-opengraph/releases) - [Commits](https://github.com/sphinx-doc/sphinxext-opengraph/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: sphinxext-opengraph dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da116ce22..0e4c7a816 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ sphinx-copybutton==0.5.2 # Custom 404 error page (more useful than the default). sphinx-notfound-page==1.1.0 # Adds Open Graph tags in the HTML `` tag. -sphinxext-opengraph==0.12.0 +sphinxext-opengraph==0.13.0 # `.. video::` directive support to embed videos in documentation pages. sphinxcontrib-video==0.4.1