From 65f1d8a31eb45c036934573fd5bae02bcdd1e801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 22:03:41 +0000 Subject: [PATCH] build(deps-dev): bump sphinx-immaterial from 0.12.5 to 0.13.9 Bumps [sphinx-immaterial](https://github.com/jbms/sphinx-immaterial) from 0.12.5 to 0.13.9. - [Release notes](https://github.com/jbms/sphinx-immaterial/releases) - [Commits](https://github.com/jbms/sphinx-immaterial/compare/v0.12.5...v0.13.9) --- updated-dependencies: - dependency-name: sphinx-immaterial dependency-version: 0.13.9 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 6f4d4962d..1220a59c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ docs = [ "sphinx", - "sphinx-immaterial==0.12.5", + "sphinx-immaterial==0.13.9", "sphinx_copybutton", "sphinx-autobuild", "tornado>=6.3.3"