From 6ac4dd2fe3ee282aef625c3a455ec82faeac4923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:16:27 +0000 Subject: [PATCH] Update furo requirement from ~=2024.1.29 to ~=2024.5.6 Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 105fa0dd..488a52b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ typing = ["types-tabulate ~= 0.9.0.2"] docs = [ "click-extra [sphinx] ~= 4.8.3", - "furo ~= 2024.1.29", + "furo ~= 2024.5.6", "myst-parser ~= 3.0.0", # Sphinx 7.2.0 is the first version to drop Python 3.8. "sphinx >= 7.2.0",