From 9785c4f73e4bb15a2f407212cb664a8e4a46b6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:32:45 +0000 Subject: [PATCH] Bump furo from 2023.3.27 to 2023.5.20 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.3.27 to 2023.5.20. - [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.05.20) --- 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 3874d8922c..c2638bbf8b 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.5.20", "sphinx-autobuild", "codespell", "blacken-docs",