From 7fd2c763f20c9c37129a786741a64e3402350676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:35:56 +0000 Subject: [PATCH] Bump sphinxext-opengraph from 0.9.1 to 0.10.0 Bumps [sphinxext-opengraph](https://github.com/sphinx-doc/sphinxext-opengraph) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/sphinx-doc/sphinxext-opengraph/releases) - [Commits](https://github.com/sphinx-doc/sphinxext-opengraph/compare/v0.9.1...v0.10.0) --- updated-dependencies: - dependency-name: sphinxext-opengraph dependency-version: 0.10.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 d114bd25c..6bcf4a867 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.9.1 +sphinxext-opengraph==0.10.0 # `.. video::` directive support to embed videos in documentation pages. sphinxcontrib-video==0.4.1