From 0cefdacd869623731dd4d04dd16ef609e4c8b4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 08:53:17 +0000 Subject: [PATCH] Update sphinx-book-theme requirement from >=1.0.1 to >=1.1.4 Updates the requirements on [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) to permit the latest version. - [Release notes](https://github.com/executablebooks/sphinx-book-theme/releases) - [Changelog](https://github.com/executablebooks/sphinx-book-theme/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-book-theme/compare/v1.0.1...v1.1.4) --- updated-dependencies: - dependency-name: sphinx-book-theme dependency-version: 1.1.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 363ec1f..5743919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ ] docs = [ "sphinx", - "sphinx-book-theme>=1.0.1", + "sphinx-book-theme>=1.1.4", "readthedocs-sphinx-search>=0.3.2", "nbsphinx>=0.9.2", "sphinx_gallery>=0.21.0",