From 798c0aa5835f834c1525105270d6b7e5572f938c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:43:09 +0000 Subject: [PATCH] chore: bump mike from 2.1.3 to 2.1.4 Bumps [mike](https://github.com/jimporter/mike) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](https://github.com/jimporter/mike/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: mike dependency-version: 2.1.4 dependency-type: direct:development 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 0431d1833..c9630b5c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ docs = [ "markdown-include==0.8.1", "pymdown-extensions==10.21", "pygments==2.19.2", - "mike==2.1.3", + "mike==2.1.4", "mkdocs-git-revision-date-localized-plugin==1.5.1", "mkdocs-minify-plugin==0.8.0", "notebook>=7.5.0",