From 4cfe40512dd324058d49fca111ed780dccb2b532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 04:33:31 +0000 Subject: [PATCH] :arrow_up: Update sphinx-immaterial requirement Updates the requirements on [sphinx-immaterial](https://github.com/jbms/sphinx-immaterial) to permit the latest version. - [Release notes](https://github.com/jbms/sphinx-immaterial/releases) - [Commits](https://github.com/jbms/sphinx-immaterial/compare/v0.11.11...v0.13.0) --- updated-dependencies: - dependency-name: sphinx-immaterial dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da384b526..633061da9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = [ "sphinxcontrib-programoutput~=0.17", "sphinx-design~=0.6", ] -theme-im = ["sphinx-immaterial~=0.11.11"] +theme-im = ["sphinx-immaterial~=0.13.0"] theme-furo = ["furo~=2024.8.6"] theme-pds = ["pydata-sphinx-theme~=0.15.2"] theme-rtd = ["sphinx_rtd_theme>=3.0.2,<4"]