Skip to content

Commit 210b42d

Browse files
authored
Update opengraph extension to 0.10.0 (#3009)
1 parent 0c7fa16 commit 210b42d

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

poetry.lock

+10-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sphinxcontrib-video = "==0.3.1"
3232
sphinx_contributors = "==0.2.7"
3333
sphinxext-delta = "==0.3.1"
3434
sphinxext-mimic = "==0.1.1"
35-
sphinxext-opengraph = "==0.9.0"
35+
sphinxext-opengraph = "==0.10.0"
3636
sphinxext-photofinish = "==0.1.11"
3737
sphinxext-presentations = "==0.3.1"
3838
sphinxext-rediraffe = "==0.2.7"

source/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ sphinxcontrib-svg2pdfconverter==1.2.2 ; python_version >= "3.9" and python_versi
9191
sphinxcontrib-video==0.3.1 ; python_version >= "3.9" and python_version < "3.13"
9292
sphinxext-delta==0.3.1 ; python_version >= "3.9" and python_version < "3.13"
9393
sphinxext-mimic==0.1.1 ; python_version >= "3.9" and python_version < "3.13"
94-
sphinxext-opengraph==0.9.0 ; python_version >= "3.9" and python_version < "3.13"
94+
sphinxext-opengraph==0.10.0 ; python_version >= "3.9" and python_version < "3.13"
9595
sphinxext-photofinish==0.1.11 ; python_version >= "3.9" and python_version < "3.13"
9696
sphinxext-presentations==0.3.1 ; python_version >= "3.9" and python_version < "3.13"
9797
sphinxext-rediraffe==0.2.7 ; python_version >= "3.9" and python_version < "3.13"

0 commit comments

Comments
 (0)