From 9aaec04faf8063262aef6ec88be46bbce5cece26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:56:33 +0100 Subject: [PATCH] [MNT] [Dependabot](deps): Update sphinx-gallery requirement from <0.17.0 to <0.18.0 (#431) Updates the requirements on [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) to permit the latest version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e433821..d727f2c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ docs = [ "sphinx<8.0.0,!=7.2.0", "sphinx-design<0.7.0", "sphinx-issues<5.0.0", - "sphinx-gallery<0.17.0", + "sphinx-gallery<0.18.0", "sphinx-panels", "tabulate", ]