From 59b61011e52653bc6941de80d9b14b8cdc81b5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:02:06 -0700 Subject: [PATCH] build(deps-dev): bump mkdocs-material from 9.4.2 to 9.4.4 (#672) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.4.2 to 9.4.4. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.4.2...9.4.4) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62929e77..0dcd50f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ publish = [ docs = [ "black==23.9.1", "mkdocs==1.5.3", - "mkdocs-material==9.4.2", + "mkdocs-material==9.4.4", "mkdocstrings[python]==0.23.0", "mkdocstrings-python==1.7.3", "markdown-include==0.8.1",