From bd0c929e96b3ffd893c648593f91e7dc90fc2ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:59:45 +0000 Subject: [PATCH] :arrow_up: Update furo requirement 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.05.06...2024.07.18) --- 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 c307e72..2120a45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ testing = [ "defusedxml", ] -theme-furo = ["furo~=2024.5.4"] +theme-furo = ["furo>=2024.5.4,<2024.8.0"] theme-pydata = ["pydata-sphinx-theme~=0.15.2"] theme-rtd = ["sphinx-rtd-theme~=2.0"] theme-sbt = ["sphinx-book-theme~=1.1"]