From 659995c89b37d641ff94fc8452d84ad0d9ecf122 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:23:32 +0000 Subject: [PATCH] chore(deps): update dependency mkdocs-material to v9.4.6 (#241) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a45699a6..b82581ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,7 +160,7 @@ path = "src/dnadiffusion/__about__.py" [tool.hatch.envs.default] python = "3.10" dependencies = [ - "mkdocs-material==9.3.1", + "mkdocs-material==9.4.6", "mkdocstrings==0.23.0", "mkdocstrings[python]", "mypy==1.6.1",