From 3aca01f4eefc9d3ee542f86c62d645cbfc921a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:40:47 +0000 Subject: [PATCH] Bump furo from 2023.3.27 to 2023.7.26 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.3.27 to 2023.7.26. - [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/2023.03.27...2023.07.26) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ecf9a0f78..d0407b0523 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def get_version(): extras_require={ "docs": [ "Sphinx==6.1.3", - "furo==2023.3.27", + "furo==2023.7.26", "sphinx-autobuild", "codespell>=2.2.5", "blacken-docs",