From c4f49423e72c90d1d90bf9feae436b6bf83f8357 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:39:37 +1200 Subject: [PATCH] :arrow_up: Bump jupyter-book from 0.14.0 to 0.15.1 Bumps [jupyter-book](https://github.com/executablebooks/jupyter-book) from 0.14.0 to 0.15.1. - [Release notes](https://github.com/executablebooks/jupyter-book/releases) - [Changelog](https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/jupyter-book/compare/v0.14.0...v0.15.1) --- poetry.lock | 56 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index 181863e..cf64c56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,20 @@ # This file is automatically @generated by Poetry and should not be changed by hand. +[[package]] +name = "accessible-pygments" +version = "0.0.4" +description = "A collection of accessible pygments styles" +category = "main" +optional = true +python-versions = "*" +files = [ + {file = "accessible-pygments-0.0.4.tar.gz", hash = "sha256:e7b57a9b15958e9601c7e9eb07a440c813283545a20973f2574a5f453d0e953e"}, + {file = "accessible_pygments-0.0.4-py2.py3-none-any.whl", hash = "sha256:416c6d8c1ea1c5ad8701903a20fcedf953c6e720d64f33dc47bfb2d3f2fa4e8d"}, +] + +[package.dependencies] +pygments = ">=1.5" + [[package]] name = "adal" version = "1.2.7" @@ -1538,14 +1553,14 @@ format-nongpl = ["idna", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-va [[package]] name = "jupyter-book" -version = "0.14.0" +version = "0.15.1" description = "Build a book with Jupyter Notebooks and Sphinx." category = "main" optional = true python-versions = ">=3.7" files = [ - {file = "jupyter-book-0.14.0.tar.gz", hash = "sha256:071ad5aceb02a85466c75ea5e987642699707675365e14453077790c6cbe76a1"}, - {file = "jupyter_book-0.14.0-py3-none-any.whl", hash = "sha256:2a6e307185d7d951210199405575903f42b7918caa8dc8861d7c48dde28cd9df"}, + {file = "jupyter-book-0.15.1.tar.gz", hash = "sha256:8a1634ec16f7eedee0d116f1e5fb7c48203289ad92da42e09519dc71d956c010"}, + {file = "jupyter_book-0.15.1-py3-none-any.whl", hash = "sha256:7671264952abd1ca3f5e713b03e138dda710c92a985c49154f398817fe089968"}, ] [package.dependencies] @@ -1557,7 +1572,7 @@ linkify-it-py = ">=2.0.0,<2.1.0" myst-nb = ">=0.17.1,<0.18.0" pyyaml = "*" sphinx = ">=4,<6" -sphinx-book-theme = "0.4.0rc1" +sphinx-book-theme = ">=1.0.0,<1.1.0" sphinx-comments = "*" sphinx-copybutton = "*" sphinx-design = ">=0.3.0,<0.4.0" @@ -3266,28 +3281,30 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pydata-sphinx-theme" -version = "0.12.0" +version = "0.13.3" description = "Bootstrap-based Sphinx theme from the PyData community" category = "main" optional = true python-versions = ">=3.7" files = [ - {file = "pydata_sphinx_theme-0.12.0-py3-none-any.whl", hash = "sha256:c17dbab67a3774f06f34f6378e896fcd0668cc8b5da1c1ba017e65cf1df0af58"}, - {file = "pydata_sphinx_theme-0.12.0.tar.gz", hash = "sha256:7a07c3ac1fb1cfbb5f7d1e147a9500fb120e329d610e0fa2caac4a645141bdd9"}, + {file = "pydata_sphinx_theme-0.13.3-py3-none-any.whl", hash = "sha256:bf41ca6c1c6216e929e28834e404bfc90e080b51915bbe7563b5e6fda70354f0"}, + {file = "pydata_sphinx_theme-0.13.3.tar.gz", hash = "sha256:827f16b065c4fd97e847c11c108bf632b7f2ff53a3bca3272f63f3f3ff782ecc"}, ] [package.dependencies] +accessible-pygments = "*" +Babel = "*" beautifulsoup4 = "*" docutils = "!=0.17.0" packaging = "*" pygments = ">=2.7" sphinx = ">=4.2" +typing-extensions = "*" [package.extras] -coverage = ["codecov", "colorama", "pydata-sphinx-theme[test]", "pytest-cov"] -dev = ["nox", "pre-commit", "pydata-sphinx-theme[coverage]", "pyyaml"] -doc = ["ablog", "jupyter_sphinx", "linkify-it-py", "matplotlib", "myst-nb", "nbsphinx", "numpy", "numpydoc", "pandas", "plotly", "pytest", "pytest-regressions", "rich", "sphinx-copybutton", "sphinx-design", "sphinx-sitemap", "sphinx-togglebutton", "sphinxext-rediraffe", "xarray"] -test = ["pydata-sphinx-theme[doc]", "pytest"] +dev = ["nox", "pre-commit", "pydata-sphinx-theme[doc,test]", "pyyaml"] +doc = ["ablog (>=0.11.0rc2)", "colorama", "ipyleaflet", "jupyter_sphinx", "linkify-it-py", "matplotlib", "myst-nb", "nbsphinx", "numpy", "numpydoc", "pandas", "plotly", "rich", "sphinx-copybutton", "sphinx-design", "sphinx-favicon (>=1.0.1)", "sphinx-sitemap", "sphinx-togglebutton", "sphinxcontrib-youtube", "sphinxext-rediraffe", "xarray"] +test = ["codecov", "pytest", "pytest-cov", "pytest-regressions"] [[package]] name = "pygments" @@ -4130,25 +4147,24 @@ test = ["cython", "html5lib", "pytest (>=4.6)", "typed-ast"] [[package]] name = "sphinx-book-theme" -version = "0.4.0rc1" +version = "1.0.1" description = "A clean book theme for scientific explanations and documentation with Sphinx" category = "main" optional = true python-versions = ">=3.7" files = [ - {file = "sphinx_book_theme-0.4.0rc1-py3-none-any.whl", hash = "sha256:bfad8ef469885da5633f7cf7f8cd9a0ae11ea2351a91e507b44cf15973934512"}, - {file = "sphinx_book_theme-0.4.0rc1.tar.gz", hash = "sha256:00a312d5287c497b1f189a0d2aac3954216e60b5dee1e07454e4b674d7c9d3ca"}, + {file = "sphinx_book_theme-1.0.1-py3-none-any.whl", hash = "sha256:d15f8248b3718a9a6be0ba617a32d1591f9fa39c614469bface777ba06a73b75"}, + {file = "sphinx_book_theme-1.0.1.tar.gz", hash = "sha256:927b399a6906be067e49c11ef1a87472f1b1964075c9eea30fb82c64b20aedee"}, ] [package.dependencies] -pydata-sphinx-theme = ">=0.12.0,<0.13.0" -pyyaml = "*" -sphinx = ">=4,<6" +pydata-sphinx-theme = ">=0.13.3" +sphinx = ">=4,<7" [package.extras] -code-style = ["pre-commit (>=2.7,<2.21)"] -doc = ["ablog (>=0.10.13,<0.11.0)", "folium", "ipython (!=8.7.0)", "ipywidgets", "matplotlib", "myst-nb (>=0.16.0,<0.17.0)", "nbclient", "numpy", "numpydoc", "pandas", "plotly", "sphinx (>=4.0,<6)", "sphinx-copybutton", "sphinx-design", "sphinx-examples", "sphinx-tabs", "sphinx-thebe (>=0.1.1)", "sphinx-togglebutton (>=0.2.1)", "sphinxcontrib-bibtex (>=2.2,<3.0)", "sphinxcontrib-youtube", "sphinxext-opengraph"] -test = ["beautifulsoup4 (>=4.6.1,<5)", "coverage", "ipython (!=8.7.0)", "myst-nb (>=0.16.0,<0.17.0)", "pytest (>=7.1,<8.0)", "pytest-cov (>=3,<5)", "pytest-regressions (>=2.0.1,<2.5.0)", "sphinx_thebe"] +code-style = ["pre-commit"] +doc = ["ablog", "docutils (==0.17.1)", "folium", "ipywidgets", "matplotlib", "myst-nb", "nbclient", "numpy", "numpydoc", "pandas", "plotly", "sphinx-copybutton", "sphinx-design", "sphinx-examples", "sphinx-tabs (<=3.4.0)", "sphinx-thebe", "sphinx-togglebutton", "sphinxcontrib-bibtex", "sphinxcontrib-youtube", "sphinxext-opengraph"] +test = ["beautifulsoup4", "coverage", "myst-nb", "pytest", "pytest-cov", "pytest-regressions", "sphinx_thebe"] [[package]] name = "sphinx-comments"