From 553e9d4f6bc892215294e371e18bd982931c48d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 21:08:20 -0800 Subject: [PATCH] Bump sphinxcontrib-katex from 0.9.3 to 0.9.4 (#1868) Bumps [sphinxcontrib-katex](https://github.com/hagenw/sphinxcontrib-katex) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/hagenw/sphinxcontrib-katex/releases) - [Changelog](https://github.com/hagenw/sphinxcontrib-katex/blob/main/CHANGELOG.rst) - [Commits](https://github.com/hagenw/sphinxcontrib-katex/compare/v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: sphinxcontrib-katex dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfa815fba3..ba6af61a86 100644 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ def package_files(prefix: str, directory: str, extension: str): 'docutils==0.17.1', 'sphinx_markdown_tables==0.0.17', 'sphinx-argparse==0.4.0', - 'sphinxcontrib.katex==0.9.3', + 'sphinxcontrib.katex==0.9.4', 'sphinxext.opengraph==0.7.4', 'sphinxemoji==0.2.0', 'furo==2022.9.29',