From 805f5d13633b8db740d959843ed8da31f983aedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:03:53 +0000 Subject: [PATCH] :arrow_up: Update sphinx-book-theme requirement from ~=1.0.1 to ~=1.1.0 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.0) --- 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 227503f..879087b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ code_style = [ docs = [ "sphinx>=3", "pyyaml", - "sphinx-book-theme~=1.0.1", + "sphinx-book-theme~=1.1.0", "myst-nb~=1.0", "coverage~=5.0", "pytest-cov",