From 228f0b38607080c5d319974f692172ce53a99b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:56:03 +0000 Subject: [PATCH] Bump furo from 2024.1.29 to 2024.5.6 Bumps [furo](https://github.com/pradyunsg/furo) from 2024.1.29 to 2024.5.6. - [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/2024.01.29...2024.05.06) --- 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 910f52e69..b704e341b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ test = [ "pytest-rerunfailures", ] docs = [ - "furo==2024.1.29", + "furo==2024.5.6", "sphinx==7.3.7", "sphinxext-opengraph==0.9.1", "sphinx-autoapi==3.0.0",