From 5938a59c46d61832a01865a29734172a5dec69c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 21:30:24 +0000 Subject: [PATCH] [DEPENDABOT]: Bump sphinx-gallery from 0.10.1 to 0.14.0 Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.10.1 to 0.14.0. - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.10.1...v0.14.0) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 017e800..ce94d80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3766,16 +3766,17 @@ sphinx = ">=2.0" [[package]] name = "sphinx-gallery" -version = "0.10.1" -description = "A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery." +version = "0.14.0" +description = "A `Sphinx `_ extension that builds an HTML gallery of examples from any set of Python scripts." optional = false python-versions = ">=3.7" files = [ - {file = "sphinx-gallery-0.10.1.tar.gz", hash = "sha256:953f32b0833b0a689ff33516d0866865fb8601c0626811b95d2e844286d207e4"}, + {file = "sphinx-gallery-0.14.0.tar.gz", hash = "sha256:2a4a0aaf032955508e1d0f3495199a3c7819ce420e71096bff0bca551a4043c2"}, + {file = "sphinx_gallery-0.14.0-py3-none-any.whl", hash = "sha256:55b3ad1f378abd126232c166192270ac0a3ef615dec10b66c961ed2967be1df6"}, ] [package.dependencies] -sphinx = ">=1.8.3" +sphinx = ">=4" [[package]] name = "sphinx-rtd-dark-mode" @@ -4456,4 +4457,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<3.10" -content-hash = "bbf2483d4056934cb687db575bbca6e358254b9ec812fa83c306c63212c9030b" +content-hash = "baae0b37f79156ec62d6e7102bac4dc5fd55874091453c6c583f07b54d20a31d" diff --git a/pyproject.toml b/pyproject.toml index eba3591..a11b77b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ zipp = "^3.7.0" importlib-metadata = "^4.11.2" panel = "^0.13.1" nbsphinx = "^0.8.8" -sphinx-gallery = "^0.10.1" +sphinx-gallery = "^0.14.0" nbsphinx-link = "^1.3.0" jupyter = "^1.0.0" ipython = "7.18.1"