From 449f659bfcac3345fdf5e6baae85cd65c6f12aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 01:00:16 +0000 Subject: [PATCH] Bump sphinxext-opengraph from 0.7.3 to 0.7.4 Bumps [sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/wpilibsuite/sphinxext-opengraph/releases) - [Commits](https://github.com/wpilibsuite/sphinxext-opengraph/compare/v0.7.3...v0.7.4) --- updated-dependencies: - dependency-name: sphinxext-opengraph dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be504b2b88..9ea0656f8c 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def package_files(prefix: str, directory: str, extension: str): 'sphinx_markdown_tables==0.0.17', 'sphinx-argparse==0.4.0', 'sphinxcontrib.katex==0.9.3', - 'sphinxext.opengraph==0.7.3', + 'sphinxext.opengraph==0.7.4', 'sphinxemoji==0.2.0', 'furo==2022.9.29', 'sphinx-copybutton==0.5.0',