From dd254f21c2a47e084d027b60b64dc035be14f6f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:09:52 +0000 Subject: [PATCH] chore(deps): update dependency sphinx-gallery to ^0.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32e6a0f..5357fff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "^7.0.0" sphinxcontrib-bibtex = "^2.5.0" -sphinx-gallery = "^0.15.0" +sphinx-gallery = "^0.16.0" pydata-sphinx-theme = "^0.15.0" matplotlib = "^3.6.0"