From 79f28a250240f096131b9ea4ae194a05397ae6ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:12:41 +0000 Subject: [PATCH] Bump furo from 2023.5.20 to 2023.9.10 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.5.20 to 2023.9.10. - [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.05.20...2023.09.10) --- 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 d784d2a..8ed8ba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "setuptools", "wheel", "Sphinx>=6.0,<8.0", - "furo==2023.5.20", + "furo==2023.9.10", "myst-parser>=1.0,<2.1", "sphinx-copybutton==0.5.2", "sphinx-autobuild==2021.3.14",