From 45977571881e02400faef1f73428f64c1563e1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 06:02:31 +0000 Subject: [PATCH] Bump sphinx-immaterial from 0.11.9 to 0.11.10 Bumps [sphinx-immaterial](https://github.com/jbms/sphinx-immaterial) from 0.11.9 to 0.11.10. - [Release notes](https://github.com/jbms/sphinx-immaterial/releases) - [Commits](https://github.com/jbms/sphinx-immaterial/compare/v0.11.9...v0.11.10) --- updated-dependencies: - dependency-name: sphinx-immaterial dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92c38424..aa230739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ docs = [ "sphinx", - "sphinx-immaterial==0.11.9", + "sphinx-immaterial==0.11.10", "sphinx_copybutton", "sphinx-autobuild", "tornado>=6.3.3"