From c97b95412f272807b13340ad4c30d94dfd0e3e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 00:12:28 +0000 Subject: [PATCH] chore(deps): bump sphinx-book-theme from 0.1.1 to 0.1.2 Bumps [sphinx-book-theme](https://github.com/jupyter/jupyter-book) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/jupyter/jupyter-book/releases) - [Changelog](https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter-book/commits) --- updated-dependencies: - dependency-name: sphinx-book-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b3c99fb..5ba3bf6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -260,7 +260,7 @@ test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"] [[package]] name = "sphinx-book-theme" -version = "0.1.1" +version = "0.1.2" description = "Jupyter Book: Create an online book with Jupyter Notebooks" category = "main" optional = false @@ -390,7 +390,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "94e7a6679fd9ad961d35279d5fed22df5ea417a970bb38f3ab4775c098e1b86e" +content-hash = "49e28cd4efc00024042294883413c1c71a85d618c8624a616ae9626a33e86d42" [metadata.files] alabaster = [ @@ -549,8 +549,8 @@ sphinx = [ {file = "Sphinx-3.5.4.tar.gz", hash = "sha256:19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1"}, ] sphinx-book-theme = [ - {file = "sphinx-book-theme-0.1.1.tar.gz", hash = "sha256:0b182939df1711b5af74b26af74884a12f7de75a0dc6b24bdeb28d715c4935da"}, - {file = "sphinx_book_theme-0.1.1-py3-none-any.whl", hash = "sha256:4af4a37be7fe7d5f4d989416c0ea46476201aaaa513cd8faf341cb691eef0735"}, + {file = "sphinx-book-theme-0.1.2.tar.gz", hash = "sha256:17dbae3da8acfefcbaad726d2303db6a4708d25f7f7644ebe4d913fb74339570"}, + {file = "sphinx_book_theme-0.1.2-py3-none-any.whl", hash = "sha256:78818780fe7cf849459696923b6732885daae59541fb06633ed3ba8054b15cee"}, ] sphinx-copybutton = [ {file = "sphinx-copybutton-0.4.0.tar.gz", hash = "sha256:8daed13a87afd5013c3a9af3575cc4d5bec052075ccd3db243f895c07a689386"}, diff --git a/pyproject.toml b/pyproject.toml index 02fcc4d..39a0845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "CC BY-SA" python = "^3.8" sphinx = "3.5.4" livereload = "2.6.3" -sphinx-book-theme = "0.1.1" +sphinx-book-theme = "0.1.2" sphinx-copybutton = "0.4.0" [tool.poetry.dev-dependencies]