From ecdec64f7362716609b38e78b13d65a8fdd0caa2 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 3 Aug 2025 20:39:19 +0200 Subject: [PATCH] [3.14] GH-136155: Use ``sphinxext-opengraph`` v0.11.0 (GH-137348) (#137349) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index a2960ea9aa02..924e218c9f67 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -11,7 +11,7 @@ sphinx~=8.2.0 blurb -sphinxext-opengraph~=0.10.0 +sphinxext-opengraph~=0.11.0 sphinx-notfound-page~=1.0.0 # The theme used by the documentation is stored separately, so we need -- 2.47.3