From b554db0ebce52fdc769d707d54cd28432167433e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:45:42 +0000 Subject: [PATCH 1/2] chore(deps): Update sphinx requirement from <8.0.0 to <9.0.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 7348c3c..9f8bac8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ # Requirements for building the `staged-script` documentation. -sphinx<8.0.0 +sphinx<9.0.0 sphinx-autodoc-typehints sphinx-copybutton sphinx-rtd-theme From 21d0cc41327fb678979c9ac40d382da987d2037a Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Tue, 22 Oct 2024 06:59:44 -0600 Subject: [PATCH 2/2] chore(deps): No longer pin Sphinx version sphinx-rtd-theme has been updated to work with the latest Sphinx version. --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 9f8bac8..b3b9f4c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ # Requirements for building the `staged-script` documentation. -sphinx<9.0.0 +sphinx sphinx-autodoc-typehints sphinx-copybutton sphinx-rtd-theme