From b943c8014c073b41b2a98165c4a1070f208e8b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:03:42 +0000 Subject: [PATCH] Bump sphinxext-opengraph from 0.11.0 to 0.12.0 Bumps [sphinxext-opengraph](https://github.com/sphinx-doc/sphinxext-opengraph) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/sphinx-doc/sphinxext-opengraph/releases) - [Commits](https://github.com/sphinx-doc/sphinxext-opengraph/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: sphinxext-opengraph dependency-version: 0.12.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 37e9102ed..da116ce22 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.11.0 +sphinxext-opengraph==0.12.0 # `.. video::` directive support to embed videos in documentation pages. sphinxcontrib-video==0.4.1