From e7f9f00e684815860df10f19ce0df55526a21425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 22:06:43 +0000 Subject: [PATCH] build(deps-dev): bump sphinx-immaterial from 0.12.5 to 0.13.8 Bumps [sphinx-immaterial](https://github.com/jbms/sphinx-immaterial) from 0.12.5 to 0.13.8. - [Release notes](https://github.com/jbms/sphinx-immaterial/releases) - [Commits](https://github.com/jbms/sphinx-immaterial/compare/v0.12.5...v0.13.8) --- updated-dependencies: - dependency-name: sphinx-immaterial dependency-version: 0.13.8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f4d4962..80f813fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ docs = [ "sphinx", - "sphinx-immaterial==0.12.5", + "sphinx-immaterial==0.13.8", "sphinx_copybutton", "sphinx-autobuild", "tornado>=6.3.3"