From c4e9b6055adae4f9c420eacbd6a8c67b29c9fdf3 Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Mon, 26 Feb 2024 16:08:53 +0100 Subject: [PATCH 1/2] deps: bump furo to next non-yanked release (2023.9.10) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 289b2253..e13d4bb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ classifiers = [ dependencies = [ "docutils", # Keep in sync with Furo's constraint. - "sphinx>=6.0", + "sphinx>=6.0,<8.0", # See CONTRIBUTING.md for how to upgrade Furo. - "furo==2023.8.19", + "furo==2023.9.10", ] [project.entry-points."sphinx.html_themes"] From 09288cd6f8ad273f8ec56ce3c170f401c1cd9694 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:51:26 -0500 Subject: [PATCH 2/2] Use even newer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e13d4bb6..9cb20e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ # Keep in sync with Furo's constraint. "sphinx>=6.0,<8.0", # See CONTRIBUTING.md for how to upgrade Furo. - "furo==2023.9.10", + "furo==2024.1.29", ] [project.entry-points."sphinx.html_themes"]