From d594fe58cbf8386a830719a8ce13fd527e79c92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:24:46 +0000 Subject: [PATCH] build(deps): bump sphinx-immaterial from 0.12.2 to 0.12.3 Bumps [sphinx-immaterial](https://github.com/jbms/sphinx-immaterial) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/jbms/sphinx-immaterial/releases) - [Commits](https://github.com/jbms/sphinx-immaterial/compare/v0.12.2...v0.12.3) --- 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 c511a1b4..021f50db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ docs = [ "sphinx", - "sphinx-immaterial==0.12.2", + "sphinx-immaterial==0.12.3", "sphinx_copybutton", "sphinx-autobuild", "tornado>=6.3.3"