Bump sphinxext-opengraph from 0.9.1 to 0.10.0 in the minor group (#416)

Bumps the minor group with 1 update: [sphinxext-opengraph](https://github.com/sphinx-doc/sphinxext-opengraph).


Updates `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:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-07 10:59:34 -04:00
committed by GitHub
parent ea0afa0955
commit cafa54f343
2 changed files with 11 additions and 7 deletions

16
poetry.lock generated
View File

@ -2614,18 +2614,22 @@ reference = "pypi-public"
[[package]] [[package]]
name = "sphinxext-opengraph" name = "sphinxext-opengraph"
version = "0.9.1" version = "0.10.0"
description = "Sphinx Extension to enable OGP support" description = "Sphinx Extension to enable OGP support"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.9"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "sphinxext-opengraph-0.9.1.tar.gz", hash = "sha256:dd2868a1e7c9497977fbbf44cc0844a42af39ca65fe1bb0272518af225d06fc5"}, {file = "sphinxext_opengraph-0.10.0-py3-none-any.whl", hash = "sha256:8afd33f96a02d9506d9dc8f284840888ca8948482ac93015a68d88493df43712"},
{file = "sphinxext_opengraph-0.9.1-py3-none-any.whl", hash = "sha256:b3b230cc6a5b5189139df937f0d9c7b23c7c204493b22646273687969dcb760e"}, {file = "sphinxext_opengraph-0.10.0.tar.gz", hash = "sha256:5781149c1dfc306c3701661acdd02c512c2e6f21d2253487bf0b39639017fc24"},
] ]
[package.dependencies] [package.dependencies]
sphinx = ">=4.0" Sphinx = ">=6.0"
[package.extras]
rtd = ["furo (>=2024)", "sphinx (>=8.1.0,<8.2.0)", "sphinx-design"]
social-cards = ["matplotlib (>=3)"]
[package.source] [package.source]
type = "legacy" type = "legacy"
@ -2992,4 +2996,4 @@ reference = "pypi-public"
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "cc230dff7e6926c92d892bd11a2eb5b7f6c754f2089e15957a117dc248c0758f" content-hash = "12ffd81481907594902c6ff863d6477e1363f78179a1a29bd50459d73872a511"

View File

@ -43,7 +43,7 @@ sphinx-autoapi = "^3.6.0"
sphinx-autodoc-typehints = "^2.3.0" sphinx-autodoc-typehints = "^2.3.0"
sphinxcontrib-spelling = "^8.0.0" sphinxcontrib-spelling = "^8.0.0"
sphinx-copybutton = "^0.5.2" sphinx-copybutton = "^0.5.2"
sphinxext-opengraph = "^0.9.1" sphinxext-opengraph = "^0.10.0"
sphinx-rtd-theme = "^3.0.2" sphinx-rtd-theme = "^3.0.2"
toml = "^0.10.2" toml = "^0.10.2"
types-python-dateutil = "^2.9.0" types-python-dateutil = "^2.9.0"