From cf89891ea080fd0b10eb16930c72904337bf18b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 06:09:57 +0000 Subject: [PATCH] Update mpl-sphinx-theme requirement from ~=3.10.0 to >=3.10,<3.12 Updates the requirements on [mpl-sphinx-theme](https://github.com/matplotlib/mpl-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/matplotlib/mpl-sphinx-theme/releases) - [Commits](https://github.com/matplotlib/mpl-sphinx-theme/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: mpl-sphinx-theme dependency-version: 3.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3c38512a2c9..2c5efca466ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ doc = [ "ipywidgets", "ipykernel", "numpydoc>=1.0", - "mpl-sphinx-theme~=3.10.0", + "mpl-sphinx-theme>=3.10,<3.12", "pyyaml", "PyStemmer", "sphinxcontrib-svg2pdfconverter>=1.1.0",