From cafa54f343fff2c55e51e1236f5950cc85cf39e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:59:34 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 16 ++++++++++------ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec6434f44..7ae5aac10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2614,18 +2614,22 @@ reference = "pypi-public" [[package]] name = "sphinxext-opengraph" -version = "0.9.1" +version = "0.10.0" description = "Sphinx Extension to enable OGP support" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "sphinxext-opengraph-0.9.1.tar.gz", hash = "sha256:dd2868a1e7c9497977fbbf44cc0844a42af39ca65fe1bb0272518af225d06fc5"}, - {file = "sphinxext_opengraph-0.9.1-py3-none-any.whl", hash = "sha256:b3b230cc6a5b5189139df937f0d9c7b23c7c204493b22646273687969dcb760e"}, + {file = "sphinxext_opengraph-0.10.0-py3-none-any.whl", hash = "sha256:8afd33f96a02d9506d9dc8f284840888ca8948482ac93015a68d88493df43712"}, + {file = "sphinxext_opengraph-0.10.0.tar.gz", hash = "sha256:5781149c1dfc306c3701661acdd02c512c2e6f21d2253487bf0b39639017fc24"}, ] [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] type = "legacy" @@ -2992,4 +2996,4 @@ reference = "pypi-public" [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "cc230dff7e6926c92d892bd11a2eb5b7f6c754f2089e15957a117dc248c0758f" +content-hash = "12ffd81481907594902c6ff863d6477e1363f78179a1a29bd50459d73872a511" diff --git a/pyproject.toml b/pyproject.toml index f653291a7..5e5a38226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ sphinx-autoapi = "^3.6.0" sphinx-autodoc-typehints = "^2.3.0" sphinxcontrib-spelling = "^8.0.0" sphinx-copybutton = "^0.5.2" -sphinxext-opengraph = "^0.9.1" +sphinxext-opengraph = "^0.10.0" sphinx-rtd-theme = "^3.0.2" toml = "^0.10.2" types-python-dateutil = "^2.9.0"