From c38de5308d9c6877125d3eee591b1f6c1ffb4a54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:23:58 +0000 Subject: [PATCH] Update dependency mike to v2.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c65a11ae..7a8ccf70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ it = "hyper-bump-it {args}" [tool.hatch.envs.docs] description = "Generate documentation for the project" dependencies = [ - "mike==2.1.2", + "mike==2.1.3", "markdown-include==0.8.1", "mkdocs==1.6.0", "mkdocs-material==9.5.31",