From 08ac5afce2b819c3be87acf7d7b74718022dfd29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 06:39:14 -0700 Subject: [PATCH] Bump furo from 2022.9.15 to 2022.9.29 (#1584) Bumps [furo](https://github.com/pradyunsg/furo) from 2022.9.15 to 2022.9.29. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2022.09.15...2022.09.29) --- updated-dependencies: - dependency-name: furo 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 dc2264a394..b789cbc4de 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ def package_files(prefix: str, directory: str, extension: str): 'sphinxcontrib.katex==0.9.0', 'sphinxext.opengraph==0.6.3', 'sphinxemoji==0.2.0', - 'furo==2022.9.15', + 'furo==2022.9.29', 'sphinx-copybutton==0.5.0', 'testbook==0.4.2', 'myst-parser==0.16.1',