From 8d08303e6bbd0f83e85d5f5d6b6fa954dd385c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 03:05:53 +0000 Subject: [PATCH] Update sphinx requirement from ~=8.0 to ~=9.1 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/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.0.0...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca66471..508d04f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -sphinx~=8.0 +sphinx~=9.1 sphinx-rtd-theme~=3.0 sphinxcontrib-spelling~=8.0 sphinx-gallery~=0.20