From e3b039297753c1c77e90a24e4f987be4aa573467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 16:12:23 +0000 Subject: [PATCH] :arrow_up: Update sphinxext-opengraph requirement Updates the requirements on [sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph) to permit the latest version. - [Release notes](https://github.com/wpilibsuite/sphinxext-opengraph/releases) - [Commits](https://github.com/wpilibsuite/sphinxext-opengraph/compare/v0.7.3...v0.8.1) --- updated-dependencies: - dependency-name: sphinxext-opengraph dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f7b9c32..4c98a05a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ "sphinx>=5.3.0,<6.2.0", "furo==2022.12.7", "sphinx-copybutton>=0.5.1,<0.5.2", - "sphinxext-opengraph>=0.7.3,<0.8.1", + "sphinxext-opengraph>=0.7.3,<0.8.2", "myst-nb>=0.6.0,<1.17.0", "sphinx_design>=0.3.0,<0.3.1", "autodoc_pydantic>=1.1.0,<1.9.0",