From ae309159f3b97cf7b87204e51db1f73409e40e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 21:28:48 +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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5548dfd91..4850a29e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "wheel", "build", "Sphinx==5.3.0", - "furo==2023.3.27", + "furo==2023.7.26", "myst-parser==1.0.0", "sphinx-copybutton==0.5.2", "sphinx-autobuild==2021.3.14",