From 679b11349c0bed29e23ffa144c524a7c72b7a6a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 08:07:35 +0000 Subject: [PATCH] Update sphinx-book-theme requirement from ~=0.3.0 to >=0.3,<1.1 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/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-book-theme/compare/v0.3.0...v1.0.1) --- updated-dependencies: - dependency-name: sphinx-book-theme 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 ab038cb5..a0397d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ rtd = [ "numpy", "pandas", "plotly", - "sphinx-book-theme~=0.3.0", + "sphinx-book-theme>=0.3,<1.1", "sphinx-copybutton", "sphinx-design~=0.4.0", "sphinxcontrib-bibtex",