From 2e06ed986c35f0c2fdfa094cdd7bbfc36430bf6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 10:57:12 +0200 Subject: [PATCH] :arrow_up: Update sphinx-book-theme requirement from ~=1.0.1 to ~=1.1.2 (#112) 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/v1.0.1...v1.1.2) --- updated-dependencies: - dependency-name: sphinx-book-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Chico <37243453+JPchico@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b68b840..d78407a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ tests = [ docs = [ 'sphinx~=6.2.1', 'sphinx-copybutton~=0.5.2', - 'sphinx-book-theme~=1.0.1', + 'sphinx-book-theme~=1.1.2', 'sphinx-click~=5.1.0', 'sphinx-design~=0.5.0', 'sphinxcontrib-details-directive~=0.1.0',